|
@@ -360,7 +360,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
onRead (file) { |
|
|
onRead (file) { |
|
|
this.$toast.loading({ |
|
|
this.$toast.loading({ |
|
|
message: "正在提交...", |
|
|
|
|
|
|
|
|
message: "正在提交签名", |
|
|
forbidClick: true, |
|
|
forbidClick: true, |
|
|
duration: 0, |
|
|
duration: 0, |
|
|
}); |
|
|
}); |
|
@@ -410,6 +410,11 @@ export default { |
|
|
// }) |
|
|
// }) |
|
|
// return; |
|
|
// return; |
|
|
// } |
|
|
// } |
|
|
|
|
|
this.$toast.loading({ |
|
|
|
|
|
message: "正在提交报名", |
|
|
|
|
|
forbidClick: true, |
|
|
|
|
|
duration: 0, |
|
|
|
|
|
}); |
|
|
values.signPic = this.signFileUrlUp; |
|
|
values.signPic = this.signFileUrlUp; |
|
|
submmitSignup(values).then(response =>{ |
|
|
submmitSignup(values).then(response =>{ |
|
|
if(response.code==200){ |
|
|
if(response.code==200){ |
|
|