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

页面

parent 13576551
......@@ -4,7 +4,7 @@
},
"pages": [{
"path": "pages/index/index",
// "path": "pages/address/address2",
// "path": "pay-success",
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
......@@ -30,17 +30,15 @@
},
{
"path": "pages/webbox/webbox2"
}, {
"path": "components/goods/goodsku2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "components/goods/goodsku2",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
],
"subPackages": [{
"root": "pages/favorite",
"pages": [{
......@@ -53,7 +51,8 @@
"pages": [{
"path": "index/index"
}]
}, {
},
{
"root": "pages/goods",
"pages": [{
"path": "goods"
......@@ -251,9 +250,13 @@
},
{
"root": "pages/order-submit",
"pages": [{
"pages": [
{
"path": "pay-success"
},
{
"path": "pay-success2"
},
{
"path": "order-submit"
}, {
......@@ -271,9 +274,8 @@
},
{
"root": "pages/address",
"pages": [
{
"path": "address2"//新增进阶课堂
"pages": [{
"path": "address2" //新增进阶课堂
},
{
"path": "address"
......@@ -861,9 +863,8 @@
},
// 咖啡
{
"root": "pages/coffee",
"pages": [
{
"root": "pages/coffee",
"pages": [{
"path": "index", //咖啡首页
"style": {
"navigationStyle": "custom"
......@@ -871,11 +872,11 @@
},
{
"path": "buy",
//购买页
//购买页
"style": {
"navigationStyle": "custom"
}
},{
}, {
"path": "confirmOrder"
},
{
......@@ -893,15 +894,14 @@
{
"root": "pages/Luxury",
"pages": [{
"path": "ClassList" //奢侈品分类
},{
"path": "Valuation" //我要估价
},{
"path": "myValuation" //等我估价
},{
"path": "ValuationDetails" //估价详情
}
]
"path": "ClassList" //奢侈品分类
}, {
"path": "Valuation" //我要估价
}, {
"path": "myValuation" //等我估价
}, {
"path": "ValuationDetails" //估价详情
}]
}
],
"globalStyle": {
......@@ -915,14 +915,12 @@
//#endif
}
},
"condition" : { //模式配置,仅开发期间生效
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"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