main #2
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user