备份改首页
This commit is contained in:
@@ -137,10 +137,15 @@ Page({
|
||||
}];
|
||||
if (userInfo.id > 68 && userInfo.bdshEnable == 0) {
|
||||
userlist = [
|
||||
// {
|
||||
// icon: '../../images/my_ico1.png',
|
||||
// url: (userInfo.sjuLevel0 == 2 ? '../mybusiness0/index' : (userInfo.sjuLevel0 == 1 ? '' : '../appbusiness0/index')),
|
||||
// text: (userInfo.sjuLevel0 == 2 ? '健康驿站管理' : (userInfo.sjuLevel0 == 1 ? '申请健康驿站正在审核中...' : '申请健康驿站'))
|
||||
// },
|
||||
{
|
||||
icon: '../../images/my_ico1.png',
|
||||
url: (userInfo.sjuLevel0 == 2 ? '../mybusiness0/index' : (userInfo.sjuLevel0 == 1 ? '' : '../appbusiness0/index')),
|
||||
text: (userInfo.sjuLevel0 == 2 ? '健康驿站管理' : (userInfo.sjuLevel0 == 1 ? '申请健康驿站正在审核中...' : '申请健康驿站'))
|
||||
url: (userInfo.sjuLevel0 == 2 ? '../myorder0/index?t=3&nav=0' : (userInfo.sjuLevel0 == 1 ? '' : '../appbusiness0/index')),
|
||||
text: (userInfo.sjuLevel0 == 2 ? '驿站订单管理' : (userInfo.sjuLevel0 == 1 ? '申请健康驿站正在审核中...' : '申请健康驿站'))
|
||||
},
|
||||
{
|
||||
icon: '../../images/my_ico3.png',
|
||||
|
||||
Reference in New Issue
Block a user