From 6f655bed0bdcec059781c6947539fbb0e6643715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 8 Oct 2025 10:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=89=A9=E4=B8=9A=E8=B4=B9=E5=92=8C=E7=A7=AF=E5=88=86?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/v2User.js | 2 + components/tabularCard/tabularCard.vue | 2 +- packages/user/wallet/index.vue | 68 +++++++++++++++++--------- pages/index/index.vue | 2 +- pages/user/index.vue | 10 ++-- 5 files changed, 53 insertions(+), 31 deletions(-) diff --git a/api/v2User.js b/api/v2User.js index b88a8967..649e9614 100644 --- a/api/v2User.js +++ b/api/v2User.js @@ -1,4 +1,6 @@ export const apiArr = { getUserInfo: '/api/v2/wechat/mpuser-crud/info', // 获取城市列表 userInfoUpdate: '/api/v2/wechat/mpuser-crud/update', // 会员信息更新 + getAccumulationFund: '/api/v2/wechat/government-housing-fund-flow-crud/page', // 物业费公积金 + getPoints: '/api/v2/wechat/member-points-flow-crud/page', // 积分 } \ No newline at end of file diff --git a/components/tabularCard/tabularCard.vue b/components/tabularCard/tabularCard.vue index f95768a4..b0cf6601 100644 --- a/components/tabularCard/tabularCard.vue +++ b/components/tabularCard/tabularCard.vue @@ -1,5 +1,5 @@