浏览代码

产权交易

rongxin_prod
庞东旭 2 年前
父节点
当前提交
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){


正在加载...
取消
保存