From 485e45e1231c549474a2a1e3ae9950605751a2fc Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Wed, 6 Aug 2025 17:13:43 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=89=80=E6=9C=89=E7=9A=84=E6=8B=9B?= =?UTF-8?q?=E7=A7=9F=E5=88=97=E8=A1=A8=E4=B8=BB=E5=9B=BE=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E8=A3=81=E5=89=AA=E6=A0=BC=E5=BC=8F=E4=B8=BAaspectFill=202?= =?UTF-8?q?=E3=80=81=E6=8B=9B=E7=A7=9F=E8=AF=A6=E6=83=85=E7=9A=84=E8=BD=AE?= =?UTF-8?q?=E6=92=AD=E5=9B=BE=E7=9A=84=E5=AE=9A=E6=97=B6=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8E=89=EF=BC=8C=E5=9B=BE=E7=89=87=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E8=AE=BE=E7=BD=AE=E4=B8=BA750rpx=203=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E6=9C=89=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E6=98=AF=E7=AD=9B=E9=80=89=E5=90=8E=E7=9A=84?= =?UTF-8?q?=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/search/index.vue | 2 +- pages/canteenRent/rentDetail.vue | 11 +++++------ pages/canteenRent/rentList.vue | 6 ++++-- pages/index/fabu.vue | 1 + pages/index/index.vue | 2 +- pages/school/schoolIndex.vue | 2 +- pages/user/goods-collect.vue | 2 +- pages/user/goods-log.vue | 2 +- pages/user/myRelease/list.vue | 6 +++--- 9 files changed, 18 insertions(+), 16 deletions(-) diff --git a/packageA/search/index.vue b/packageA/search/index.vue index 411ad3a..120c3db 100644 --- a/packageA/search/index.vue +++ b/packageA/search/index.vue @@ -36,7 +36,7 @@ - + diff --git a/pages/canteenRent/rentDetail.vue b/pages/canteenRent/rentDetail.vue index 6995f63..aa683d5 100644 --- a/pages/canteenRent/rentDetail.vue +++ b/pages/canteenRent/rentDetail.vue @@ -5,12 +5,12 @@ + @change="swiperChange" @animationfinish="animationfinish"> - + @@ -449,15 +449,14 @@ .swiper-box { width: 100%; - // padding: 0 30rpx; - // display: grid; - // justify-content: center; height: 750rpx; + // height: auto; position: relative; .swiper_s { width: 100%; - height: 100%; + height: 750rpx; + // height: 100%; // display: grid; // justify-content: center; diff --git a/pages/canteenRent/rentList.vue b/pages/canteenRent/rentList.vue index 692e17d..7c3717b 100644 --- a/pages/canteenRent/rentList.vue +++ b/pages/canteenRent/rentList.vue @@ -59,7 +59,7 @@ - + @@ -190,6 +190,7 @@ console.log('onRegionConfirm33', state.model, proCity.value); listQuery.value.province = state.model.province_id listQuery.value.city = state.model.city_id + rentList.value = [] getList() state.showRegion = false; }; @@ -221,6 +222,7 @@ listQuery.value.cate_ids = tagList.value[e.detail.value].id; dictLabel.value = tagList.value[e.detail.value].name; console.log('标签', listQuery.value); + rentList.value = [] getList(listQuery.value); } @@ -272,7 +274,7 @@ } //加载更多 function onScrolltolower() { - if (rentList.value.length < classCount.value) { + if (rentList.value.length < rentCount.value) { listQuery.value.page += 1; getList(); } diff --git a/pages/index/fabu.vue b/pages/index/fabu.vue index c8caa6e..34fd10e 100644 --- a/pages/index/fabu.vue +++ b/pages/index/fabu.vue @@ -82,6 +82,7 @@ + 请上传尺寸大小为390*390的图片 diff --git a/pages/index/index.vue b/pages/index/index.vue index 4353237..274f9d3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -90,7 +90,7 @@ - + diff --git a/pages/school/schoolIndex.vue b/pages/school/schoolIndex.vue index f62fbf8..3090045 100644 --- a/pages/school/schoolIndex.vue +++ b/pages/school/schoolIndex.vue @@ -207,7 +207,7 @@ background-size: 100%; padding: 30rpx; display: grid; - margin-bottom: 30rpx; + // margin-bottom: 30rpx; .locTop { width: 96%; diff --git a/pages/user/goods-collect.vue b/pages/user/goods-collect.vue index 08eff57..b132fc6 100644 --- a/pages/user/goods-collect.vue +++ b/pages/user/goods-collect.vue @@ -23,7 +23,7 @@ - + diff --git a/pages/user/goods-log.vue b/pages/user/goods-log.vue index 3360a9a..90dafff 100644 --- a/pages/user/goods-log.vue +++ b/pages/user/goods-log.vue @@ -17,7 +17,7 @@ - + diff --git a/pages/user/myRelease/list.vue b/pages/user/myRelease/list.vue index 77c7226..9ac865e 100644 --- a/pages/user/myRelease/list.vue +++ b/pages/user/myRelease/list.vue @@ -17,7 +17,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -115,7 +115,7 @@ - +