个人中心
This commit is contained in:
parent
58642014ff
commit
c8246ca251
28
pages.json
28
pages.json
@ -7,14 +7,16 @@
|
|||||||
"path": "pages/order/order",
|
"path": "pages/order/order",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的订单",
|
"navigationBarTitleText": "我的订单",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
},{
|
},{
|
||||||
"path": "pages/CommodityOrder/CommodityOrder",
|
"path": "pages/CommodityOrder/CommodityOrder",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "商品订单",
|
"navigationBarTitleText": "商品订单",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -39,14 +41,16 @@
|
|||||||
"path": "pages/After sales details/After sales details",
|
"path": "pages/After sales details/After sales details",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "售后详情",
|
"navigationBarTitleText": "售后详情",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/Nursingstationserviceorder/Nursingstationserviceorder",
|
"path": "pages/Nursingstationserviceorder/Nursingstationserviceorder",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "护理站服务订单",
|
"navigationBarTitleText": "护理站服务订单",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -54,35 +58,40 @@
|
|||||||
"path": "pages/tobePaid/tobePaid",
|
"path": "pages/tobePaid/tobePaid",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "待付款",
|
"navigationBarTitleText": "待付款",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/Completed/Completed",
|
"path": "pages/Completed/Completed",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "已完成",
|
"navigationBarTitleText": "已完成",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/received/received",
|
"path": "pages/received/received",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "待收货",
|
"navigationBarTitleText": "待收货",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/Applforrefund/Applforrefund",
|
"path": "pages/Applforrefund/Applforrefund",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "申请退款",
|
"navigationBarTitleText": "申请退款",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/modify/modify",
|
"path": "pages/modify/modify",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "修改信息",
|
"navigationBarTitleText": "修改信息",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
@ -90,6 +99,7 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "个人中心",
|
"navigationBarTitleText": "个人中心",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user