Browse Source

产权交易

rongxin_prod
庞东旭 1 year ago
parent
commit
47e6f94688
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      src/views/project/signUp.vue

+ 6
- 1
src/views/project/signUp.vue View File

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


Loading…
Cancel
Save