ui修改
This commit is contained in:
@@ -125,20 +125,20 @@ Page({
|
||||
url: '../myfavorite/index',
|
||||
text: '我的收藏'
|
||||
}, {
|
||||
icon: '../../images/iconfont-kefu.png',
|
||||
icon: '../../images/my_ico12.png',
|
||||
url: '../mykf/index',
|
||||
text: '联系客服'
|
||||
}, {
|
||||
icon: '../../images/iconfont-set.png',
|
||||
icon: '../../images/my_ico13.png',
|
||||
url: '../myto/index',
|
||||
text: '个人设置'
|
||||
}];
|
||||
if (userInfo.id > 68 && userInfo.bdshEnable == 0) {
|
||||
userlist = [
|
||||
{
|
||||
icon: '../../images/iconfont-online.png',
|
||||
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',
|
||||
@@ -157,11 +157,11 @@ Page({
|
||||
url: '../myfavorite/index',
|
||||
text: '我的收藏'
|
||||
}, {
|
||||
icon: '../../images/iconfont-kefu.png',
|
||||
icon: '../../images/my_ico12.png',
|
||||
url: '../mykf/index',
|
||||
text: '联系客服'
|
||||
}, {
|
||||
icon: '../../images/iconfont-set.png',
|
||||
icon: '../../images/my_ico13.png',
|
||||
url: '../myto/index',
|
||||
text: '个人设置'
|
||||
}
|
||||
@@ -175,7 +175,7 @@ Page({
|
||||
},
|
||||
/*
|
||||
{
|
||||
icon: '../../images/iconfont-online.png',
|
||||
icon: '../../images/my_ico1.png',
|
||||
url:(userInfo.sjuLevel0==2?'../mybusiness0/index':(userInfo.sjuLevel0==1?'正在审核中,请等待审核再来':'../appbusiness0/index')),
|
||||
text: (userInfo.sjuLevel0==2?'事业部管理':(userInfo.sjuLevel0==1?'申请线上供应链正在审核中...':'申请线上供应链(事业部)'))
|
||||
},
|
||||
@@ -197,11 +197,11 @@ Page({
|
||||
url: '../myfavorite/index',
|
||||
text: '我的收藏'
|
||||
}, {
|
||||
icon: '../../images/iconfont-kefu.png',
|
||||
icon: '../../images/my_ico12.png',
|
||||
url: '../mykf/index',
|
||||
text: '联系客服'
|
||||
}, {
|
||||
icon: '../../images/iconfont-set.png',
|
||||
icon: '../../images/my_ico13.png',
|
||||
url: '../myto/index',
|
||||
text: '个人设置'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user