浏览代码

修改申请范围

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