瀏覽代碼

产权交易

rongxin_prod
庞东旭 1 年之前
父節點
當前提交
47e6f94688
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. +6
    -1
      src/views/project/signUp.vue

+ 6
- 1
src/views/project/signUp.vue 查看文件

@@ -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…
取消
儲存