diff --git a/common/api.js b/common/api.js index 48694b0..738e9b3 100644 --- a/common/api.js +++ b/common/api.js @@ -82,3 +82,6 @@ export const houseYear = (params) => http.get('/houserent-admin/comment/getHouse // 经济人获取账号密码以及邀请码 export const accountCode = (params) => http.get('/houserent-admin/comment/getAccountCode', {params,params}) + +export const getBanner = (params) => http.get('/houserent-admin/common_index/queryBannerList', {params}) + diff --git a/pages.json b/pages.json index 75fe5b9..d7f1ba0 100644 --- a/pages.json +++ b/pages.json @@ -210,6 +210,16 @@ "navigationBarBackgroundColor": "#1EC77A", "navigationBarTextStyle": "white" } + }, + { + "path": "my-published-houses/index", + "style": { + "navigationBarTitleText": "我发布的房源", + "enablePullDownRefresh": true, + "onReachBottomDistance": 100, + "navigationBarBackgroundColor": "#1EC77A", + "navigationBarTextStyle": "white" + } } ] } diff --git a/pages/home/index.vue b/pages/home/index.vue index e9070f6..a5448d2 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -13,7 +13,9 @@ - + @@ -88,7 +90,7 @@ + + \ No newline at end of file