ソースを参照

上朵lips刷头能够使用20000的优惠券

wangxiaoming 5 年 前
コミット
b67945116b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tooth/clearing.html

+ 1 - 1
tooth/clearing.html

@@ -567,7 +567,7 @@
 							var brushCouponPrice = 0;	//刷头优惠总金额
 							var couponPrice = $(".my-picker input[name=radio]:checked").attr("val");	//优惠券金额
 							mui.each(orderItem,function(index){
-								if(this.productType == 101 && (this.colorToothType == 6 || this.colorToothType == 7)){	//刷头类	牙刷分类 5:刷头(lips)  6:刷头(儿童) 7:刷头(北欧+轻奢)  8:(套装)
+								if(this.productType == 101 && (this.colorToothType == 5 || this.colorToothType == 6 || this.colorToothType == 7)){	//刷头类	牙刷分类 5:刷头(lips)  6:刷头(儿童) 7:刷头(北欧+轻奢)  8:(套装)
 									if(brushCouponPrice == 0 || brushCouponPrice < this.productPrice){
 										brushCouponPrice = this.productPrice;
 									}