From e48e6d1025df86ba2b83bb5e5504505c09a9b0c0 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 26 Dec 2024 21:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=B8=85=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 3 +- src/pages/goods-list/index.vue | 246 ++++++++++++++++++++++++------ src/pages/lease-demand/index.vue | 2 +- src/pages/my-setting/index.vue | 8 +- src/pages/my/index.vue | 2 +- src/pages/order-details/index.vue | 9 +- src/pages/order/index.vue | 4 +- src/services/common/index.js | 10 ++ src/stores/modules/member.js | 4 + src/style/vant.scss | 9 ++ vite.config.js | 4 +- 11 files changed, 244 insertions(+), 57 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 0d683b5..a1f636e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -76,6 +76,7 @@ "router": { "base": "/h5/", "mode": "history" - } + }, + "title": "安徽机具租赁商城" } } diff --git a/src/pages/goods-list/index.vue b/src/pages/goods-list/index.vue index f24fce3..b47cc1f 100644 --- a/src/pages/goods-list/index.vue +++ b/src/pages/goods-list/index.vue @@ -23,25 +23,45 @@ - + 租金 - - + + 上架时间 - - + + @@ -62,11 +82,22 @@ + + + {{ finish ? '没有更多数据了~' : '正在加载...' }} + - + {{ selectList[activeSelect].selectName }} {{ item.name }} @@ -112,13 +144,32 @@ @@ -332,10 +490,12 @@ onLoad(() => { flex-wrap: wrap; margin-top: 15px; view { - width: calc((100% - 20px) / 3); + min-width: calc((100% - 20px) / 3); + padding: 0 8px; + box-sizing: border-box; margin-bottom: 10px; margin-right: 10px; - height: 28px; + min-height: 28px; line-height: 28px; text-align: center; border-radius: 14px; diff --git a/src/pages/lease-demand/index.vue b/src/pages/lease-demand/index.vue index d92d6fb..d2f42d0 100644 --- a/src/pages/lease-demand/index.vue +++ b/src/pages/lease-demand/index.vue @@ -12,7 +12,7 @@ " > - + 需求共享大厅 diff --git a/src/pages/my-setting/index.vue b/src/pages/my-setting/index.vue index 0cce4ad..021fe12 100644 --- a/src/pages/my-setting/index.vue +++ b/src/pages/my-setting/index.vue @@ -15,7 +15,8 @@