活动商品列表添加限时优惠价
This commit is contained in:
parent
9ba73d596d
commit
2a5fc5d26a
@ -85,6 +85,9 @@ class StoreActivityDao extends BaseDao
|
||||
}
|
||||
}
|
||||
foreach ($list as $k => $v) {
|
||||
if ($activityId == 2) {
|
||||
$list[$k]['limited_price'] = '2.00';
|
||||
}
|
||||
if ($value['product_id'] == $v['product_id']) {
|
||||
if ($value['mer_labels'] == ',5,') {
|
||||
$list[$k]['mer_labels_name'] = '五日达';
|
||||
|
Loading…
x
Reference in New Issue
Block a user