feat: 添加归还成功页面及相关功能
在 `pages.json` 中新增归还成功页面的配置,并在 `order/success.vue` 中实现设备状态提示和加载动画。同时,更新了订单支付逻辑,确保在支付成功后能够正确弹出充电宝。优化了订单状态查询和处理逻辑,提升用户体验。
This commit is contained in:
Vendored
+1
@@ -14,6 +14,7 @@ if (!Math) {
|
||||
"./pages/serve/bagCheck/index.js";
|
||||
"./pages/return/index.js";
|
||||
"./pages/order/success.js";
|
||||
"./pages/order/return-success.js";
|
||||
}
|
||||
const _sfc_main = {
|
||||
onLaunch: function() {
|
||||
|
||||
Reference in New Issue
Block a user