为改新的浅蓝色做准备

This commit is contained in:
lym
2026-03-10 16:57:45 +08:00
parent 0f6e2af469
commit cf6b5179fc
10 changed files with 126 additions and 227 deletions

64
app.js
View File

@@ -178,7 +178,7 @@ App({
},
globalData:{
userInfo:null,
apiurl:"https://g.hnyhua.cn", //https://g.hnyhua.cn
apiurl:"http://localhost:24382", //https://g.hnyhua.cn
IFRefreshCart:0,
IFRefreshsell:0,
IFRefreshsell0:0,
@@ -201,6 +201,66 @@ App({
selladdress0:{},
IFYGM:0,
IFwxLogin:0,//是否点击微信一键登录1还是扫码自动登录0
servermsg:""
servermsg:"",
// 全局菜单配置
tabBarList: [
{
"pagePath": "/pages/index/index",
"text": "首页",
"iconPath": "/images/footer-icon-01.png",
"selectedIconPath": "/images/footer-icon-01-active.png"
},
{
"pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png",
"selectedIconPath": "/images/footer-icon-05-active.png",
"text": "资讯"
},
{
"pagePath": "/pages/shop/index",
"iconPath": "/images/footer-icon-07.png",
"selectedIconPath": "/images/footer-icon-07-active.png",
"text": "商城"
},
{
"pagePath": "/pages/business/index",
"iconPath": "/images/footer-icon-02.png",
"selectedIconPath": "/images/footer-icon-02-active.png",
"text": "门店"
},
{
"pagePath": "/pages/my/index",
"text": "我的",
"iconPath": "/images/footer-icon-04.png",
"selectedIconPath": "/images/footer-icon-04-active.png"
}
],
// 特殊权限菜单配置bdshEnable=1
tabBarListBdsh: [
{
"pagePath": "/pages/index/index",
"text": "首页",
"iconPath": "/images/footer-icon-01.png",
"selectedIconPath": "/images/footer-icon-01-active.png"
},
{
"pagePath": "/pages/news/index",
"iconPath": "/images/footer-icon-05.png",
"selectedIconPath": "/images/footer-icon-05-active.png",
"text": "资讯"
},
{
"pagePath": "/pages/shop/index",
"iconPath": "/images/footer-icon-07.png",
"selectedIconPath": "/images/footer-icon-07-active.png",
"text": "商城"
},
{
"pagePath": "/pages/my/index",
"text": "我的",
"iconPath": "/images/footer-icon-04.png",
"selectedIconPath": "/images/footer-icon-04-active.png"
}
]
}
})