优化订单

This commit is contained in:
gyq
2025-04-30 18:10:14 +08:00
parent 12c4fb3629
commit 8c1a1644be
921 changed files with 30238 additions and 3405 deletions

View File

@@ -689,7 +689,7 @@
},
cancel: (res) => {
console.log('支付取消:', res);
self.order_item_pay_fail_handle(data, order_id, res.errMsg);
self.order_item_pay_fail_handle(data, order_id, '取消支付');
},
fail: (res) => {
console.error('支付失败:', res);