Bladeren bron

pay修改

junyuanz 3 jaren geleden
bovenliggende
commit
1d64e2ceed
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      pages/pay/pay.js

+ 1 - 1
pages/pay/pay.js

@@ -331,7 +331,7 @@ Page({
 		}else{
 			console.log('5');
 			// afterdec = (that.data.total - that.data.payData.paied_silver - that.data.payData.dis_amount)+that.data.yunfei-that.data.payData.coupon_price;
-			afterdec = that.data.total + that.data.yunfei - that.data.payData.paied_silver - that.data.payData.coupon_price -that.data.payData.dis_amount;
+			afterdec = that.data.total + that.data.yunfei - that.data.payData.paied_silver - that.data.payData.coupon_price;
 		}
 
 		var source_afterdec = afterdec;