This commit is contained in:
lym
2026-03-26 22:20:07 +08:00
parent d5f2104fbb
commit c91a4c5462
9 changed files with 230 additions and 63 deletions

View File

@@ -140,7 +140,7 @@ Page({
{
icon: '../../images/my_ico1.png',
url: (userInfo.sjuLevel0 == 2 ? '../mybusiness0/index' : (userInfo.sjuLevel0 == 1 ? '' : '../appbusiness0/index')),
text: (userInfo.sjuLevel0 == 2 ? '事业部管理' : (userInfo.sjuLevel0 == 1 ? '申请健康驿站正在审核中...' : '申请健康驿站'))
text: (userInfo.sjuLevel0 == 2 ? '健康驿站管理' : (userInfo.sjuLevel0 == 1 ? '申请健康驿站正在审核中...' : '申请健康驿站'))
},
{
icon: '../../images/my_ico3.png',