From f58cec3d0d87fc7f80eb2b738fb09e35cb27757e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 3 Sep 2025 16:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=A1=E6=9C=89=E6=88=BF?= =?UTF-8?q?=E4=BA=A7=E7=9A=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/choseCommunity/index.vue | 2 +- packages/community/index/index.css | 18 +++ packages/community/index/index.vue | 162 ++++++++++++-------- packages/community/myCommunity/index.css | 32 +++- packages/community/myCommunity/index.vue | 39 +++-- 5 files changed, 162 insertions(+), 91 deletions(-) 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 @@