备份改首页

This commit is contained in:
lym
2026-03-27 22:27:00 +08:00
parent c91a4c5462
commit c93c946f13
13 changed files with 667 additions and 34 deletions

View File

@@ -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',