From a4b7dc7e1f8dffe5e7f0cd68fb46120104f9e508 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 12 Jul 2024 09:09:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/shop/index.vue b/pages/shop/index.vue index e83a8ae..f9c6401 100644 --- a/pages/shop/index.vue +++ b/pages/shop/index.vue @@ -23,7 +23,7 @@ {{item.title}}门店名称 - {{item.classifyName}} + {{item.classifyName}} @@ -289,7 +289,6 @@ text-overflow: ellipsis; } .item-view-biao{ - padding: 1px 5px; border-radius: 15rpx 3rpx 15rpx 3rpx; } .tuina{ @@ -299,6 +298,9 @@ .xiaoer{ background-color:#f1f8d7; color: #58b314; + font-size: 22rpx; + padding: 3rpx 3rpx; + border-radius: 15rpx 15rpx 2rpx 2rpx; } .taishi{ background-color:#e5d5c6; @@ -326,7 +328,7 @@ align-items: flex-end; } .item-view-title{ - width: 76%; + width: 75%; font-weight: bold; font-size: 32rpx; color: #333333; From b999c47a517280f9cd62f01a25c8be06a6fc12e1 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 12 Jul 2024 09:21:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/fuwuDateil.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/my/fuwuDateil.vue b/pages/my/fuwuDateil.vue index e0f4844..0625a97 100644 --- a/pages/my/fuwuDateil.vue +++ b/pages/my/fuwuDateil.vue @@ -447,6 +447,7 @@ border-radius: 21rpx; padding: 15px; margin-bottom: 10px; + position: relative; } .jianjie{ font-weight: 400; From 3382d4dad0213979211d3cfb9c8c24f35c3effae Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 12 Jul 2024 10:30:52 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/gird/shoucang.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index 51d2dec..259087c 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -26,13 +26,12 @@ {{item.artificerName}} - - - + + {{item.state == 1?'可服务':item.state == 2?'可预约':'休息中'}} - + {{item.time}} @@ -261,6 +260,20 @@