Commit 265723a1 by 刘泽奇

123

parent 645ee428
...@@ -15,7 +15,11 @@ ...@@ -15,7 +15,11 @@
}, },
methods: { methods: {
push(){ 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 @@ ...@@ -1113,9 +1113,9 @@
}, },
submitForm(formName, agree) { submitForm(formName, agree) {
var that = this; var that = this;
if (this.nclOne.length > 0) { 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.showConfrim = true;
this.nclSelected = this.nclOne[0].nclThree.length; this.nclSelected = this.nclOne[0].nclThree.length;
if (agree) { if (agree) {
...@@ -1123,7 +1123,7 @@ ...@@ -1123,7 +1123,7 @@
this.$message.warning("请完善信息"); this.$message.warning("请完善信息");
console.log('ppppppppppppppppppppp'); console.log('ppppppppppppppppppppp');
return; return;
}else{ } else {
this.showConfrim = false; this.showConfrim = false;
} }
} else { } 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