From 47e6f94688c12336055c6c07c0201d22e79654af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 6 Jul 2023 10:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/signUp.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue index 2ac0abd6..bd2f429f 100644 --- a/src/views/project/signUp.vue +++ b/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){