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