删除站点续费界面的调试日志
This commit is contained in:
parent
75716028c1
commit
2152479eab
@ -319,9 +319,6 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('订单创建成功,完整响应:', data);
|
|
||||||
console.log('订单ID:', data.order?.order_id);
|
|
||||||
|
|
||||||
// 显示订单支付界面
|
// 显示订单支付界面
|
||||||
this.order = data.order;
|
this.order = data.order;
|
||||||
this.showPaymentProcessing = true;
|
this.showPaymentProcessing = true;
|
||||||
@ -488,11 +485,6 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('准备处理支付,订单信息:', {
|
|
||||||
id: this.order.order_id,
|
|
||||||
method: this.selectedPaymentMethod
|
|
||||||
});
|
|
||||||
|
|
||||||
if (this.selectedPaymentMethod === 'balance') {
|
if (this.selectedPaymentMethod === 'balance') {
|
||||||
// 处理余额支付
|
// 处理余额支付
|
||||||
this.$resources.processBalancePayment.submit({
|
this.$resources.processBalancePayment.submit({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user