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

This commit is contained in:
luofei 2024-01-24 10:30:08 +08:00
parent 1c138a6ff8
commit 139d69f7ab

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