Browse Source

修改申请范围

zs 2 years ago
parent
commit
779d3acacd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pagesTeam/apply/index.js

+ 4 - 0
pagesTeam/apply/index.js

@@ -20,6 +20,10 @@ Page({
                 wx.showToast({ title: `请维护基础信息`, icon: 'none' });
                 return
             }
+            if (arr.data.status != '1') {
+                wx.showToast({ title: `用户审核处理中!`, icon: 'none' });
+                return
+            }
         } else {
             wx.showToast({ title: `请维护基础信息`, icon: 'none' });
             return