Commit 3010efaa by lixiaomin

修改优惠券

parent 412a074e
...@@ -401,7 +401,9 @@ export default { ...@@ -401,7 +401,9 @@ export default {
this.type=this.couCategoryList[i].type; this.type=this.couCategoryList[i].type;
if(this.type=="1"){ if(this.type=="1"){
this.firstRadioValue=1; this.firstRadioValue=1;
}else{ }else if(this.type=="2"){
this.twoRadioValue=3;
}else if(this.type=="3"){
this.firstRadioValue=1; this.firstRadioValue=1;
this.twoRadioValue=3; this.twoRadioValue=3;
} }
...@@ -673,7 +675,7 @@ export default { ...@@ -673,7 +675,7 @@ export default {
}else{ }else{
this.form.orderLimit=false; this.form.orderLimit=false;
} }
this.form.priceLimit=this.jiZhe; this.form.priceDiscount=this.jiZhe;
}else if(this.type=="3"){ }else if(this.type=="3"){
if(this.firstRadioValue=="2"){ if(this.firstRadioValue=="2"){
if(this.priceLimit==""){ if(this.priceLimit==""){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment