bug修改
This commit is contained in:
@@ -657,7 +657,8 @@ class Decorate extends Model
|
||||
'gift_id' => 0,
|
||||
'gift_name' => '房间热度卡',
|
||||
'gift_icon' => "",
|
||||
'play_image' => ""
|
||||
'play_image' => "",
|
||||
'base_image' => db::name('vs_decorate')->where(['did' => $info['did']])->value('base_image'),
|
||||
],
|
||||
'gift_num' => $num,
|
||||
'text' => $text1
|
||||
@@ -715,7 +716,8 @@ class Decorate extends Model
|
||||
'gift_id' => 0,
|
||||
'gift_name' => '房间热度卡',
|
||||
'gift_icon' => "",
|
||||
'play_image' => ""
|
||||
'play_image' => "",
|
||||
'base_image' => db::name('vs_decorate')->where(['did' => $info['did']])->value('base_image'),
|
||||
],
|
||||
'gift_num' => $num,
|
||||
'text' => $text1
|
||||
|
||||
Reference in New Issue
Block a user