优化交易完成页
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 46s

This commit is contained in:
kk
2026-07-11 17:17:34 +08:00
parent 2978ac25f7
commit 149fcdd231
3 changed files with 81 additions and 12 deletions
+1
View File
@@ -335,6 +335,7 @@ export default {
},
goToDetail(order) {
uni.setStorageSync('__order_detail_cache', order);
uni.navigateTo({ url: `/pages/order/detail?order_id=${order.order_id}` });
},
handlePay(order) {