f96ff2b030
在 `pages.json` 中新增归还成功页面的配置,并在 `order/success.vue` 中实现设备状态提示和加载动画。同时,更新了订单支付逻辑,确保在支付成功后能够正确弹出充电宝。优化了订单状态查询和处理逻辑,提升用户体验。
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
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",
|
|
"pages/order/return-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": {}
|
|
} |