Commit 6ef43612 authored by 黄奎's avatar 黄奎

页面

parent 13576551
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
}, },
"pages": [{ "pages": [{
"path": "pages/index/index", "path": "pages/index/index",
// "path": "pages/address/address2", // "path": "pay-success",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
...@@ -30,17 +30,15 @@ ...@@ -30,17 +30,15 @@
}, },
{ {
"path": "pages/webbox/webbox2" "path": "pages/webbox/webbox2"
}, {
"path": "components/goods/goodsku2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
} }
,{ ],
"path" : "components/goods/goodsku2",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{ "subPackages": [{
"root": "pages/favorite", "root": "pages/favorite",
"pages": [{ "pages": [{
...@@ -53,7 +51,8 @@ ...@@ -53,7 +51,8 @@
"pages": [{ "pages": [{
"path": "index/index" "path": "index/index"
}] }]
}, { },
{
"root": "pages/goods", "root": "pages/goods",
"pages": [{ "pages": [{
"path": "goods" "path": "goods"
...@@ -251,9 +250,13 @@ ...@@ -251,9 +250,13 @@
}, },
{ {
"root": "pages/order-submit", "root": "pages/order-submit",
"pages": [{ "pages": [
{
"path": "pay-success" "path": "pay-success"
}, },
{
"path": "pay-success2"
},
{ {
"path": "order-submit" "path": "order-submit"
}, { }, {
...@@ -271,9 +274,8 @@ ...@@ -271,9 +274,8 @@
}, },
{ {
"root": "pages/address", "root": "pages/address",
"pages": [ "pages": [{
{ "path": "address2" //新增进阶课堂
"path": "address2"//新增进阶课堂
}, },
{ {
"path": "address" "path": "address"
...@@ -861,9 +863,8 @@ ...@@ -861,9 +863,8 @@
}, },
// 咖啡 // 咖啡
{ {
"root": "pages/coffee", "root": "pages/coffee",
"pages": [ "pages": [{
{
"path": "index", //咖啡首页 "path": "index", //咖啡首页
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
...@@ -871,11 +872,11 @@ ...@@ -871,11 +872,11 @@
}, },
{ {
"path": "buy", "path": "buy",
//购买页 //购买页
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{ }, {
"path": "confirmOrder" "path": "confirmOrder"
}, },
{ {
...@@ -893,15 +894,14 @@ ...@@ -893,15 +894,14 @@
{ {
"root": "pages/Luxury", "root": "pages/Luxury",
"pages": [{ "pages": [{
"path": "ClassList" //奢侈品分类 "path": "ClassList" //奢侈品分类
},{ }, {
"path": "Valuation" //我要估价 "path": "Valuation" //我要估价
},{ }, {
"path": "myValuation" //等我估价 "path": "myValuation" //等我估价
},{ }, {
"path": "ValuationDetails" //估价详情 "path": "ValuationDetails" //估价详情
} }]
]
} }
], ],
"globalStyle": { "globalStyle": {
...@@ -915,14 +915,12 @@ ...@@ -915,14 +915,12 @@
//#endif //#endif
} }
}, },
"condition" : { //模式配置,仅开发期间生效 "condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项) "current": 0, //当前激活的模式(list 的索引项)
"list": [ "list": [{
{ "name": "", //模式名称
"name": "", //模式名称 "path": "", //启动页面,必选
"path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到
"query": "" //启动参数,在页面的onLoad函数里面得到 }]
}
]
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment