@@ -89,10 +89,12 @@ Page({
}]
},
check: function() {
- wx.showToast({
- title: '开发维护中',
- icon: 'none'
- })
+ if (this.data.userInfo.roleType == 10002) {
+ wx.showToast({
+ title: '开发维护中',
+ icon: 'none'
+ })
+ }
/**
* 生命周期函数--监听页面加载