Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
e9e9a76b32
@ -112,6 +112,7 @@ class CartList extends BaseAdminDataLists implements ListsSearchInterface, Lists
|
||||
'pay_price' => $this->total_price
|
||||
];
|
||||
if($this->off_activity==1){
|
||||
$this->activity_price = $this->total_price;
|
||||
$data['pay_price']=$this->activity_price;
|
||||
if($this->activity_price<500){
|
||||
$data['msg']='还差'.bcsub(500,$this->activity_price,2).'即可获得10%的品牌礼品兑换券,可到线下门店兑换礼品。';
|
||||
|
@ -598,7 +598,7 @@ class PayNotifyLogic extends BaseLogic
|
||||
}
|
||||
|
||||
//如果是会员需要返回会员金额
|
||||
if ($user_ship>0 && $order['pay_type'] != PayEnum::CASH_PAY) {
|
||||
if ($user_ship>0 && $order['pay_type'] != PayEnum::CASH_PAY && $off_activity !=1) {
|
||||
$order['dealVipAmount']= self::dealVipAmount($order, $order['pay_type']);
|
||||
}
|
||||
if ($order['spread_uid'] > 0 || $user_ship > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user