|
|
@@ -5,6 +5,7 @@
|
|
|
"type": "home",
|
|
|
"name": "smqjh-home",
|
|
|
"layout": "tabbar",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页",
|
|
|
"navigationStyle": "custom",
|
|
|
@@ -17,14 +18,18 @@
|
|
|
"type": "page",
|
|
|
"name": "smqjh-cart",
|
|
|
"layout": "tabbar",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "购物车"
|
|
|
+ "navigationBarTitleText": "购物车",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "disableScroll": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/login/index",
|
|
|
"type": "page",
|
|
|
"name": "smqjh-login",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "市民请集合"
|
|
|
}
|
|
|
@@ -34,6 +39,7 @@
|
|
|
"type": "page",
|
|
|
"name": "smqjh-my",
|
|
|
"layout": "tabbar",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "个人中心",
|
|
|
"navigationStyle": "custom"
|
|
|
@@ -82,6 +88,7 @@
|
|
|
"path": "cart/index",
|
|
|
"type": "page",
|
|
|
"name": "xsb-cart",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "星闪豹购物车",
|
|
|
@@ -92,6 +99,7 @@
|
|
|
"path": "classfiy/index",
|
|
|
"type": "page",
|
|
|
"name": "xsb-classfiy",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "星闪豹分类",
|
|
|
@@ -102,6 +110,7 @@
|
|
|
"path": "goods/index",
|
|
|
"type": "page",
|
|
|
"name": "xsb-goods",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "星闪豹商品详情"
|
|
|
@@ -111,6 +120,7 @@
|
|
|
"path": "home/index",
|
|
|
"type": "page",
|
|
|
"name": "xsb-home",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"backgroundColor": "#9ED605",
|
|
|
@@ -123,6 +133,7 @@
|
|
|
"path": "my/index",
|
|
|
"type": "page",
|
|
|
"name": "xsb-my",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "星闪豹我的",
|
|
|
@@ -157,6 +168,7 @@
|
|
|
"path": "my/order/index",
|
|
|
"type": "page",
|
|
|
"name": "xsb-order",
|
|
|
+ "islogin": true,
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "星闪豹订单列表",
|
|
|
@@ -179,7 +191,8 @@
|
|
|
{
|
|
|
"path": "address/index",
|
|
|
"type": "page",
|
|
|
- "name": "common-address",
|
|
|
+ "name": "common-selectAddress",
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "选择收获地址"
|
|
|
}
|
|
|
@@ -188,14 +201,17 @@
|
|
|
"path": "integral/index",
|
|
|
"type": "page",
|
|
|
"name": "common-integral",
|
|
|
+ "islogin": true,
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "积分"
|
|
|
+ "navigationBarTitleText": "积分",
|
|
|
+ "disableScroll": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "nickName/index",
|
|
|
"type": "page",
|
|
|
"name": "common-nickName",
|
|
|
+ "islogin": true,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "修改昵称"
|
|
|
}
|
|
|
@@ -204,6 +220,7 @@
|
|
|
"path": "user-center/index",
|
|
|
"type": "page",
|
|
|
"name": "common-user-center",
|
|
|
+ "islogin": true,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "账户设置"
|
|
|
}
|