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