From f2bb7b768f0a85bdab2340ec77da510482356690 Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Thu, 31 Jul 2025 18:14:29 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=95=86=E5=9F=8E=E7=9A=84=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E8=BD=A6=E6=82=AC=E6=B5=AE=E6=8C=89=E9=92=AE=202?= =?UTF-8?q?=E3=80=81=E5=8F=91=E5=B8=83=E4=BF=A1=E6=81=AF=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0=E9=97=B4=E8=B7=9D=E8=B0=83=E6=95=B4?= =?UTF-8?q?=203=E3=80=81=E6=8B=9B=E7=A7=9F=E8=AF=A6=E6=83=85=E7=9A=84?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=204=E3=80=81=E6=88=91=E7=9A=84=E5=8F=91=E5=B8=83?= =?UTF-8?q?=EF=BC=9A=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=B7=B2?= =?UTF-8?q?=E5=AE=8C=E6=88=90tabs=E5=88=87=E6=8D=A2=EF=BC=8C=E5=BE=85?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E5=92=8C=E6=9C=AA=E9=80=9A=E8=BF=87=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=E5=AE=8C=E6=88=90=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/canteenRent/rentDetail.vue | 4 +- pages/index/category.vue | 54 ++++ pages/index/fabu.vue | 4 +- pages/user/myRelease/list.vue | 500 ++++++++++++++++++++++++++++++- 4 files changed, 555 insertions(+), 7 deletions(-) diff --git a/pages/canteenRent/rentDetail.vue b/pages/canteenRent/rentDetail.vue index 375294d..802e6ba 100644 --- a/pages/canteenRent/rentDetail.vue +++ b/pages/canteenRent/rentDetail.vue @@ -508,10 +508,10 @@ .footer-box { width: 100%; height: 98rpx; - padding-bottom: 0rpx; + padding-bottom: 30rpx; box-sizing: border-box; position: fixed; - bottom: 0; + bottom: 5rpx; display: flex; align-items: center; justify-content: space-between; diff --git a/pages/index/category.vue b/pages/index/category.vue index 7afbcc6..e7c1931 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -65,6 +65,15 @@ + + + + + + + @@ -103,6 +112,12 @@ state.categoryList = data; } } + + const toPage = (e) => { + uni.navigateTo({ + url: e, + }) + } const onMenu = (val) => { state.activeMenu = val; @@ -252,4 +267,43 @@ } } } + + .car-show { + height: 78rpx; + position: fixed; + bottom: 150rpx; + right: 0; + + .car-image { + width: 165rpx; + height: 78rpx; + } + + .logo-image { + width: 67rpx; + height: 67rpx; + position: absolute; + top: -50rpx; + left: 80rpx; + } + + .gou-image { + width: 30rpx; + height: 30rpx; + position: absolute; + top: 49%; + left: 30rpx; + transform: translateY(-50%); + } + + .cart-image { + width: 130rpx; + height: 130rpx; + position: absolute; + top: 45%; + right: 20rpx; + transform: translateY(-50%); + } + } + diff --git a/pages/index/fabu.vue b/pages/index/fabu.vue index 52d5c42..7836181 100644 --- a/pages/index/fabu.vue +++ b/pages/index/fabu.vue @@ -73,7 +73,7 @@ 详细信息 - + @@ -81,7 +81,7 @@ + :imageStyles="{ width: '168rpx', height: '168rpx'}"> diff --git a/pages/user/myRelease/list.vue b/pages/user/myRelease/list.vue index 4631799..9d9b7fc 100644 --- a/pages/user/myRelease/list.vue +++ b/pages/user/myRelease/list.vue @@ -1,9 +1,503 @@ - - \ No newline at end of file