From 2152479eabc7d21dd53978b95fb3e133fca81f0b Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 2 Aug 2025 18:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=AB=99=E7=82=B9=E7=BB=AD?= =?UTF-8?q?=E8=B4=B9=E7=95=8C=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 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dashboard/src2/components/SiteRenewalDialog.vue b/dashboard/src2/components/SiteRenewalDialog.vue index 273c82d..54ad0d8 100644 --- a/dashboard/src2/components/SiteRenewalDialog.vue +++ b/dashboard/src2/components/SiteRenewalDialog.vue @@ -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({