Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
da22981882
@ -121,8 +121,8 @@ class CartList extends BaseAdminDataLists implements ListsSearchInterface, Lists
|
||||
];
|
||||
if ($this->off_activity == 1) {
|
||||
$data['pay_price'] = $this->activity_price;
|
||||
if ($this->total_price < 500) {
|
||||
$data['msg'] = '还差' . bcsub(500, $this->total_price, 2) . '元可获得10%品牌礼品券';
|
||||
if ($this->activity_price < 500) {
|
||||
$data['msg'] = '还差' . bcsub(500, $this->activity_price, 2) . '元可获得10%品牌礼品券';
|
||||
$data['pay_price'] = $this->activity_price;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user