This commit is contained in:
parent
736f1b9210
commit
31ff647fdf
28
pages.json
28
pages.json
|
@ -16,7 +16,7 @@
|
|||
"navigationBarTitleText": "首页",
|
||||
"navigationStyle": "custom",
|
||||
// #ifdef APP-PLUS
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
// #endif
|
||||
"app-plus": {
|
||||
"scrollIndicator": false //禁用原生导航栏
|
||||
|
@ -26,7 +26,7 @@
|
|||
{
|
||||
"path": "pages/order_addcart/order_addcart",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "购物车"
|
||||
}
|
||||
},
|
||||
|
@ -40,7 +40,7 @@
|
|||
{
|
||||
"path": "pages/user/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "个人中心",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
@ -53,13 +53,6 @@
|
|||
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationBarTitleText": "门店"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop_details/index",
|
||||
"style": {
|
||||
|
@ -84,15 +77,16 @@
|
|||
{
|
||||
"path": "pages/goods_cate/goods_cate",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "商品分类"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "商家联盟"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -972,7 +966,7 @@
|
|||
"pages": [{
|
||||
"path": "goods_seckill/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "限时秒杀",
|
||||
"navigationBarBackgroundColor": "#F2F2F2"
|
||||
}
|
||||
|
@ -994,7 +988,7 @@
|
|||
{
|
||||
"path": "presell/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "预售列表"
|
||||
// #ifdef MP || APP-PLUS
|
||||
,
|
||||
|
@ -1012,7 +1006,7 @@
|
|||
{
|
||||
"path": "combination/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "拼团"
|
||||
// #ifdef MP || APP-PLUS
|
||||
,
|
||||
|
@ -1038,7 +1032,7 @@
|
|||
{
|
||||
"path": "assist/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTitleText": "助力列表",
|
||||
"navigationBarBackgroundColor": "#F2F2F2"
|
||||
}
|
||||
|
@ -1328,7 +1322,7 @@
|
|||
"pagePath": "pages/shop/index",
|
||||
"iconPath": "static/images/shop/index-tab.png",
|
||||
"selectedIconPath": "static/images/shop/index-tab.png",
|
||||
"text": "门店"
|
||||
"text": "商家"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order_addcart/order_addcart",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<view class="content">
|
||||
<view class="top-tab">
|
||||
<view class="tab-location">
|
||||
北京
|
||||
深圳
|
||||
<view class="iconfont icon-dingwei"></view>
|
||||
</view>
|
||||
商家联盟
|
||||
|
|
Loading…
Reference in New Issue