3fecd77739
新增了订单支付页面和支付成功页面,分别用于处理用户的支付流程和展示支付结果。同时,更新了订单状态的逻辑,确保在订单列表中正确显示各个状态。调整了设备租借逻辑,优化了扫码处理流程,提升用户体验。
41 lines
997 B
JSON
41 lines
997 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/my/index",
|
|
"pages/deposit/index",
|
|
"pages/order/index",
|
|
"pages/order/payment",
|
|
"pages/feedback/index",
|
|
"pages/help/index",
|
|
"pages/device/detail",
|
|
"pages/serve/bagCheck/index",
|
|
"pages/return/index",
|
|
"pages/order/success"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "共享风扇",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#1976D2",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/home.png",
|
|
"selectedIconPath": "static/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index",
|
|
"text": "我的",
|
|
"iconPath": "static/user.png",
|
|
"selectedIconPath": "static/user-active.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |