用户装扮详情 修改
This commit is contained in:
@@ -485,7 +485,7 @@ class Decorate extends Model
|
||||
if($user_decorate['is_perpetual']==2 && $user_decorate['end_time'] < time()){
|
||||
return $reslut;
|
||||
}
|
||||
if($type == 9 || $type == 10 || $type == 11){
|
||||
if($type == 9 || $type == 1){
|
||||
$reslut = db::name('vs_decorate')->where('did', $user_decorate['did'])->value('base_image');
|
||||
}else{
|
||||
$reslut = db::name('vs_decorate')->where('did', $user_decorate['did'])->value('play_image');
|
||||
|
||||
Reference in New Issue
Block a user