diff --git a/packages/community/choseCommunity/index.vue b/packages/community/choseCommunity/index.vue index 9136109c..06758a4b 100644 --- a/packages/community/choseCommunity/index.vue +++ b/packages/community/choseCommunity/index.vue @@ -201,7 +201,7 @@ export default { ? this.city.ad_code : uni.getStorageSync("ad_code"), page_num: this.page_num, - page_size: this.page_size, + page_size: 9999, }).then((res) => { console.log(res.rows); this.communityList = res.rows; diff --git a/packages/community/index/index.css b/packages/community/index/index.css index aac0a2d6..a37f46cc 100644 --- a/packages/community/index/index.css +++ b/packages/community/index/index.css @@ -106,6 +106,18 @@ image { position: relative; } +.swiperBox_no1 { + height: 300rpx; + width: 710rpx; + position: relative; + margin-top: 170rpx; + margin: 170rpx auto 0; +} + +.swiperBox_no_img{ + border-radius: 15rpx; +} + .swiperBox1 swiper { height: 100%; } @@ -154,6 +166,12 @@ image { margin-top: -96rpx; } +.swiperBox_no2 { + height: 150rpx; + width: 710rpx; + margin: 0 auto;; +} + .funcList { display: flex; align-items: center; diff --git a/packages/community/index/index.vue b/packages/community/index/index.vue index 0fa14303..60a5f70a 100644 --- a/packages/community/index/index.vue +++ b/packages/community/index/index.vue @@ -1,21 +1,59 @@