新需求-活动需求-天降好礼
This commit is contained in:
@@ -158,7 +158,7 @@ class Activities extends BaseCom
|
||||
$list[$k]['num'] = $v['quantity'];
|
||||
$list[$k]['gift_price'] = $gift['gift_price'];
|
||||
$list[$k]['type'] =2;
|
||||
$list[$k]['base_image'] = $gift['play_image'];
|
||||
$list[$k]['base_image'] = $gift['base_image'];
|
||||
} elseif($v['type'] == 3) {
|
||||
$decorate_price = DB::name('vs_decorate_price')->where(['id'=>$v['foreign_id']])->find();
|
||||
$gift = DB::name('vs_decorate')->where(['did'=>$decorate_price['did']])->find();
|
||||
|
||||
Reference in New Issue
Block a user