mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-02-06 16:05:54 +08:00
修改看到的一些问题
This commit is contained in:
51
pages.json
51
pages.json
@@ -42,15 +42,7 @@
|
||||
"navigationBarTitleText": "积分商城",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/navigation/selectShops",
|
||||
"style": {
|
||||
"navigationBarTitleText": "精选店铺"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
{
|
||||
"path": "pages/navigation/search/searchPage",
|
||||
"style": {
|
||||
@@ -364,17 +356,17 @@
|
||||
//app页面不显示滚动条
|
||||
"scrollIndicator": "none"
|
||||
}
|
||||
},
|
||||
{ // 客服
|
||||
"path": "customerservice/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "客服",
|
||||
"usingComponents": {
|
||||
// #ifdef MP-WEIXIN
|
||||
"chat": "plugin://myPlugin/chat"
|
||||
// #endif
|
||||
}
|
||||
}
|
||||
},
|
||||
{ // 客服
|
||||
"path": "customerservice/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "客服",
|
||||
"usingComponents": {
|
||||
// #ifdef MP-WEIXIN
|
||||
"chat": "plugin://myPlugin/chat"
|
||||
// #endif
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -435,7 +427,9 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "限时抢购",
|
||||
"app-plus": {
|
||||
"titleNView": {}
|
||||
"titleNView": {
|
||||
"homeButton":true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -462,7 +456,7 @@
|
||||
"path": "lives",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTextStyle": "white"
|
||||
"navigationBarTextStyle": "black"
|
||||
|
||||
}
|
||||
}
|
||||
@@ -584,6 +578,7 @@
|
||||
"enablePullDownRefresh": true,
|
||||
"app-plus": {
|
||||
"bounce": "none"
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -712,12 +707,12 @@
|
||||
"text": "分类"
|
||||
},
|
||||
|
||||
// {
|
||||
// "pagePath": "pages/navigation/point/point-mall",
|
||||
// "iconPath": "static/tabbar/point-mall.png",
|
||||
// "selectedIconPath": "static/tabbar/point-mall-s.png",
|
||||
// "text": "积分商城"
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/navigation/point/point-mall",
|
||||
"iconPath": "static/tabbar/point-mall.png",
|
||||
"selectedIconPath": "static/tabbar/point-mall-s.png",
|
||||
"text": "积分商城"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/tabbar/cart/cartList",
|
||||
"iconPath": "static/tabbar/cart.png",
|
||||
|
||||
Reference in New Issue
Block a user