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;