From a639fc621e5e4e526597e2477326fbfc77a90a89 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 30 Oct 2023 18:09:26 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/payment/payment.vue | 1 - components/wallet/user-recharge/user-recharge.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/components/payment/payment.vue b/components/payment/payment.vue index 907dc797..13b58033 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -177,7 +177,6 @@ is_show_payment_popup: newVal, submit_disabled_status: bool, }); - console.log('payment_id:' + this.payment_id); } }, }, diff --git a/components/wallet/user-recharge/user-recharge.vue b/components/wallet/user-recharge/user-recharge.vue index 9e00e7b1..bb3814e7 100644 --- a/components/wallet/user-recharge/user-recharge.vue +++ b/components/wallet/user-recharge/user-recharge.vue @@ -282,7 +282,6 @@ pay_price: e.currentTarget.dataset.price, payment_id: e.currentTarget.dataset.payment || 0, }); - console.log(this.payment_id); }, // 支付弹窗关闭