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 @@