소스 검색

修改申请范围

zs 2 년 전
부모
커밋
779d3acacd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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