From af7d9e5da3f30fe1011b42383ccc2351e2d128fa Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 18 May 2026 16:56:14 +0800 Subject: [PATCH] no message --- root/bind/applyForm.vue | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/root/bind/applyForm.vue b/root/bind/applyForm.vue index 1b11440..ad5858c 100644 --- a/root/bind/applyForm.vue +++ b/root/bind/applyForm.vue @@ -24,7 +24,7 @@
申请人
-
+ -
+ --> +
+ +
{{ newForm.wxname }}
+
@@ -298,16 +311,10 @@ export default { if (that.info.recordStatus == 1 || that.info.recordStatus == 2) { return false; } - if(!that.newForm.wxavatar){ - uni.showToast({ - title: '请授权获取用户头像', - icon: 'none' - }); - return false; - } + if(!that.newForm.wxname){ uni.showToast({ - title: '请输入微信昵称', + title: '请输入申请人昵称', icon: 'none' }); return false;