Commit 2b43715bd4c7989c5eb1599eb53ef97a0ad7dae1

Authored by 后端研发-苏泰源
1 parent d3c66706

服务卡秒杀价格修改

packageA/pages/goodsInfo/goodsInfo.js
@@ -926,7 +926,7 @@ Page({ @@ -926,7 +926,7 @@ Page({
926 newd['prom_price'] = this.data.prom_price; 926 newd['prom_price'] = this.data.prom_price;
927 }; 927 };
928 928
929 - if(this.data.prom_act.is_shop_buy) { 929 + if(this.data.prom_act.is_shop_buy&& this.data.prom_r_null == 1) {
930 newd['prom_type'] = 0; 930 newd['prom_type'] = 0;
931 newd['prom_price'] = this.data.data.shop_price; 931 newd['prom_price'] = this.data.data.shop_price;
932 }; 932 };