From 6cb10fee0861099993d3ffd7329f486cd75302ac Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Wed, 22 Jul 2026 17:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=85=AC=E5=8C=BA=E6=94=B6?= =?UTF-8?q?=E7=9B=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pageSubPack/api/apiSub.js | 10 + .../public-revenue-details.vue | 183 +++++++++++------- .../inspection-revenue/public-revenue.vue | 28 ++- .../pageSubPack/loginSub/login.vue | 10 +- .../loginSub/register-new-user.vue | 4 +- .../pageSubPack/my/addCar.vue | 4 +- property-uniapp-project/pages.json | 6 +- 7 files changed, 146 insertions(+), 99 deletions(-) diff --git a/property-uniapp-project/pageSubPack/api/apiSub.js b/property-uniapp-project/pageSubPack/api/apiSub.js index 9f0cb54..741dc5a 100644 --- a/property-uniapp-project/pageSubPack/api/apiSub.js +++ b/property-uniapp-project/pageSubPack/api/apiSub.js @@ -269,3 +269,13 @@ export const getInspectionList = (data) =>{ export const inspectionDetails = (data) =>{ return get(`/api/resident/inspection/${data.id}`,data) } + +// =======公区收益========= +// 列表 +export const getRevenueList = (data) =>{ + return get('/api/resident/revenueNotice/list',data) +} +// 详情 +export const revenueDetails = (data) =>{ + return get(`/api/resident/revenueNotice/${data.id}`) +} \ No newline at end of file diff --git a/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue b/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue index f58f84a..2b0ebae 100644 --- a/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue +++ b/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue @@ -1,65 +1,77 @@