活动商品列表添加限时优惠价

This commit is contained in:
luofei 2024-01-24 10:30:08 +08:00 committed by mkm
parent 9ba73d596d
commit 2a5fc5d26a

View File

@ -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'] = '五日达';