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,11 +30,9 @@
},
{
"path": "pages/webbox/webbox2"
}
,{
"path" : "components/goods/goodsku2",
"style" :
{
}, {
"path": "components/goods/goodsku2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
......@@ -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"
......@@ -862,8 +864,7 @@
// 咖啡
{
"root": "pages/coffee",
"pages": [
{
"pages": [{
"path": "index", //咖啡首页
"style": {
"navigationStyle": "custom"
......@@ -875,7 +876,7 @@
"style": {
"navigationStyle": "custom"
}
},{
}, {
"path": "confirmOrder"
},
{
......@@ -894,14 +895,13 @@
"root": "pages/Luxury",
"pages": [{
"path": "ClassList" //奢侈品分类
},{
}, {
"path": "Valuation" //我要估价
},{
}, {
"path": "myValuation" //等我估价
},{
}, {
"path": "ValuationDetails" //估价详情
}
]
}]
}
],
"globalStyle": {
......@@ -915,14 +915,12 @@
//#endif
}
},
"condition" : { //模式配置,仅开发期间生效
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}]
}
}
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