Commit 265723a1 by 刘泽奇

123

parent 645ee428
......@@ -15,7 +15,11 @@
},
methods: {
push(){
var obj = this.$root.copyParams({"buyerMoblie":this.phone,"channelServiceNo":this.orderIndent},"pushFqBusiness","/action/tmOrder/springBoard",);
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d)=>{
console.log(d.data);
console.log(d.msg);
});
}
},
......
......@@ -1113,9 +1113,9 @@
},
submitForm(formName, agree) {
var that = this;
if (this.nclOne.length > 0) {
if (this.nclOne[0].nclThree.length < 10) {
if (this.nclOne[0].nclThree.length < 10 && formName == "form") {
this.showConfrim = true;
this.nclSelected = this.nclOne[0].nclThree.length;
if (agree) {
......@@ -1123,7 +1123,7 @@
this.$message.warning("请完善信息");
console.log('ppppppppppppppppppppp');
return;
}else{
} else {
this.showConfrim = false;
}
} else {
......
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