From 073775840b14e77a194b272e5973968a8941465a Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 11 Jul 2025 14:56:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(pay/index):=20=E5=85=85=E5=80=BC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=BF=AB=E6=8D=B7=E5=85=85=E5=80=BC?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/QuickRechargePanel.vue | 153 ++++++++++++++++++++++++++++++ config/request.js | 2 +- pages/pay/index.vue | 88 +++++++++++------ 3 files changed, 215 insertions(+), 28 deletions(-) create mode 100644 components/QuickRechargePanel.vue diff --git a/components/QuickRechargePanel.vue b/components/QuickRechargePanel.vue new file mode 100644 index 0000000..4895049 --- /dev/null +++ b/components/QuickRechargePanel.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/config/request.js b/config/request.js index 79cf63e..a5cfc05 100644 --- a/config/request.js +++ b/config/request.js @@ -19,7 +19,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'http://t-app.beida666.com/prod-api' + config.baseURL = 'http://192.168.0.86:8080' //#endif //#ifdef QA_SERVER diff --git a/pages/pay/index.vue b/pages/pay/index.vue index f34e287..229536b 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -1,11 +1,21 @@