清除站点续费页面的调试日志

This commit is contained in:
jingrow 2025-10-09 20:44:05 +08:00
parent 19e797382d
commit c06a893edc

View File

@ -337,7 +337,6 @@ export default {
url: 'jcloud.api.billing.process_balance_payment_for_renew_order',
params: {},
validate() {
console.log('验证订单信息:', this.order);
if (!this.order || !this.order.order_id) {
throw new DashboardError('缺少订单信息');
}
@ -363,9 +362,6 @@ export default {
// UItoast
this.isProcessingPayment = false;
this.paymentSuccess = true;
console.log('余额支付成功,更新状态:', {
paymentSuccess: this.paymentSuccess
});
},
onError(error) {
this.error = error.message || '余额支付处理失败';