feat: 添加订单支付和成功页面,更新订单状态逻辑

新增了订单支付页面和支付成功页面,分别用于处理用户的支付流程和展示支付结果。同时,更新了订单状态的逻辑,确保在订单列表中正确显示各个状态。调整了设备租借逻辑,优化了扫码处理流程,提升用户体验。
This commit is contained in:
8vd8
2025-04-10 14:18:43 +08:00
parent aebd6c0459
commit 3fecd77739
53 changed files with 2049 additions and 702 deletions
+3 -1
View File
@@ -7,11 +7,13 @@ if (!Math) {
"./pages/my/index.js";
"./pages/deposit/index.js";
"./pages/order/index.js";
"./pages/order/payment.js";
"./pages/feedback/index.js";
"./pages/help/index.js";
"./pages/device/detail.js";
"./pages/serve/bagCheck/index.js";
"./pages/device/return.js";
"./pages/return/index.js";
"./pages/order/success.js";
}
const _sfc_main = {
onLaunch: function() {