main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit 2152479eab - Show all commits

View File

@ -319,9 +319,6 @@ export default {
return;
}
console.log('订单创建成功,完整响应:', data);
console.log('订单ID:', data.order?.order_id);
//
this.order = data.order;
this.showPaymentProcessing = true;
@ -488,11 +485,6 @@ export default {
return;
}
console.log('准备处理支付,订单信息:', {
id: this.order.order_id,
method: this.selectedPaymentMethod
});
if (this.selectedPaymentMethod === 'balance') {
//
this.$resources.processBalancePayment.submit({