From c06a893edc57fc69be9cdfb677d051f57ad1ae6c Mon Sep 17 00:00:00 2001 From: jingrow Date: Thu, 9 Oct 2025 20:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E7=AB=99=E7=82=B9=E7=BB=AD?= =?UTF-8?q?=E8=B4=B9=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=B0=83=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/components/SiteRenewalDialog.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard/src2/components/SiteRenewalDialog.vue b/dashboard/src2/components/SiteRenewalDialog.vue index 54ad0d8..480e8e0 100644 --- a/dashboard/src2/components/SiteRenewalDialog.vue +++ b/dashboard/src2/components/SiteRenewalDialog.vue @@ -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 { // 更新UI状态,显示成功信息(不再显示toast) this.isProcessingPayment = false; this.paymentSuccess = true; - console.log('余额支付成功,更新状态:', { - paymentSuccess: this.paymentSuccess - }); }, onError(error) { this.error = error.message || '余额支付处理失败';