Forráskód Böngészése

修改申请范围

zs 2 éve
szülő
commit
779d3acacd
1 módosított fájl, 4 hozzáadás és 0 törlés
  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