Sfoglia il codice sorgente

修改申请范围

zs 2 anni fa
parent
commit
779d3acacd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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