清除站点续费页面的调试日志
This commit is contained in:
parent
19e797382d
commit
c06a893edc
@ -337,7 +337,6 @@ export default {
|
|||||||
url: 'jcloud.api.billing.process_balance_payment_for_renew_order',
|
url: 'jcloud.api.billing.process_balance_payment_for_renew_order',
|
||||||
params: {},
|
params: {},
|
||||||
validate() {
|
validate() {
|
||||||
console.log('验证订单信息:', this.order);
|
|
||||||
if (!this.order || !this.order.order_id) {
|
if (!this.order || !this.order.order_id) {
|
||||||
throw new DashboardError('缺少订单信息');
|
throw new DashboardError('缺少订单信息');
|
||||||
}
|
}
|
||||||
@ -363,9 +362,6 @@ export default {
|
|||||||
// 更新UI状态,显示成功信息(不再显示toast)
|
// 更新UI状态,显示成功信息(不再显示toast)
|
||||||
this.isProcessingPayment = false;
|
this.isProcessingPayment = false;
|
||||||
this.paymentSuccess = true;
|
this.paymentSuccess = true;
|
||||||
console.log('余额支付成功,更新状态:', {
|
|
||||||
paymentSuccess: this.paymentSuccess
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
onError(error) {
|
onError(error) {
|
||||||
this.error = error.message || '余额支付处理失败';
|
this.error = error.message || '余额支付处理失败';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user