@@ -74,6 +74,7 @@ function toHome() {
wx.switchTab({
url: '/pages/tabbar/home/index'
})
+ wx.setStorageSync('isLeader', wx.getStorageSync('userMsg').usertype == 21)
}
/* 站点数据查询 */
module.exports = {