|
@@ -567,7 +567,7 @@
|
|
var brushCouponPrice = 0; //刷头优惠总金额
|
|
var brushCouponPrice = 0; //刷头优惠总金额
|
|
var couponPrice = $(".my-picker input[name=radio]:checked").attr("val"); //优惠券金额
|
|
var couponPrice = $(".my-picker input[name=radio]:checked").attr("val"); //优惠券金额
|
|
mui.each(orderItem,function(index){
|
|
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){
|
|
if(brushCouponPrice == 0 || brushCouponPrice < this.productPrice){
|
|
brushCouponPrice = this.productPrice;
|
|
brushCouponPrice = this.productPrice;
|
|
}
|
|
}
|