|
@ -9,7 +9,7 @@ Component({ |
|
|
let userRole = wx.getStorageSync('userRole'); |
|
|
let userRole = wx.getStorageSync('userRole'); |
|
|
// 0 表示普通用户 1表示管理员
|
|
|
// 0 表示普通用户 1表示管理员
|
|
|
console.log('userRole', userRole); |
|
|
console.log('userRole', userRole); |
|
|
if (userRole && userRole.includes('巡检')) { |
|
|
if (userRole && userRole.includes('管理')) { |
|
|
this.setData({ |
|
|
this.setData({ |
|
|
list: getApp().globalData.managerList |
|
|
list: getApp().globalData.managerList |
|
|
}) |
|
|
}) |
|
|