From 681dfff58f95e0f6687b70fe8021b46786c03d08 Mon Sep 17 00:00:00 2001 From: Lj <1095098147@qq.com> Date: Thu, 26 Jun 2025 15:56:26 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=92=8C=E6=8E=A5=E5=8F=A3'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 98 +++++++++++++++++++++++-------------- api/model/index.js | 6 +++ config.js | 2 +- pages/component/home.vue | 9 ++-- pages/component/my.vue | 61 +++++++++++++++++++---- pages/component/recycle.vue | 18 ++++--- pages/manager/user.vue | 2 +- pages/subcomponent/detail.vue | 2 +- pages/subcomponent/promo-qrcode.vue | 10 ++-- pages/subcomponent/promotion.vue | 10 ++-- pages/subcomponent/select.vue | 2 + pages/subcomponent/withdraw.vue | 47 +++++++++++++++--- pages/wxUserInfo.vue | 3 ++ 13 files changed, 196 insertions(+), 74 deletions(-) diff --git a/App.vue b/App.vue index 7e7ee2d..76b2937 100644 --- a/App.vue +++ b/App.vue @@ -1,24 +1,28 @@ - + \ No newline at end of file diff --git a/api/model/index.js b/api/model/index.js index 8e200da..0513b09 100644 --- a/api/model/index.js +++ b/api/model/index.js @@ -205,6 +205,12 @@ const api = { url: '/recycle-admin/applet/index/getAreaList', method: 'GET', auth : true, + + }, + getCumulativeRecoveryCount: { + url: '/recycle-admin/applet/order/getCumulativeRecoveryCount', + method: 'GET', + auth : true, }, } diff --git a/config.js b/config.js index bc962ac..081fdcd 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ const type = 'dev' const config = { dev: { - baseUrl: 'https://www.ddmhs.top', + baseUrl: 'http://h5.xzaiyp.top', }, prod: { baseUrl: 'https://www.ddmhs.top', diff --git a/pages/component/home.vue b/pages/component/home.vue index 29adfff..722211a 100644 --- a/pages/component/home.vue +++ b/pages/component/home.vue @@ -13,7 +13,7 @@