巡乐会抽奖接口提交.-后台展示修改
This commit is contained in:
@@ -593,7 +593,7 @@ class BlindBoxTurntableGift extends Model
|
||||
'gift_id'=>$gift_bag_detail['foreign_id'],
|
||||
'gift_price'=>$gift['gift_price'],
|
||||
'gift_name'=>$gift['gift_name'],
|
||||
'gift_base_image'=>$gift['base_image'],
|
||||
'base_image'=>$gift['base_image'],
|
||||
|
||||
];
|
||||
}
|
||||
@@ -605,7 +605,7 @@ class BlindBoxTurntableGift extends Model
|
||||
'gift_id' => $gift_id,
|
||||
'gift_price'=>$value['gift_price'],
|
||||
'gift_name'=>$value['gift_name'],
|
||||
'gift_base_image'=>$value['gift_base_image'],
|
||||
'base_image'=>$value['base_image'],
|
||||
'count' => 1
|
||||
];
|
||||
}else {
|
||||
@@ -634,7 +634,7 @@ class BlindBoxTurntableGift extends Model
|
||||
$result_list[]=[
|
||||
'gift_id'=>$value['gift_id'],
|
||||
'gift_name'=>$value['gift_name'],
|
||||
'gift_base_image' =>$value['gift_base_image'],
|
||||
'base_image' =>$value['base_image'],
|
||||
'gift_price'=>$value['gift_price'],
|
||||
'count'=>$value['count'],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user