From 0948ba8b43aa5c328a6ca39bf3b0274d6ef45a9a Mon Sep 17 00:00:00 2001 From: jiangx Date: Wed, 19 Nov 2025 17:02:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20=E7=BE=8E?= =?UTF-8?q?=E9=A3=9F=E6=A8=A1=E5=9D=97=E5=88=97=E8=A1=A8=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=BE=8E=E9=A3=9F=E5=9B=BE=E6=97=B6=E5=B1=95=E7=A4=BA=E5=BA=97?= =?UTF-8?q?=E9=93=BAlogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Foods/Foods.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/Foods/Foods.vue b/src/views/Foods/Foods.vue index bc86e88..8aacc79 100644 --- a/src/views/Foods/Foods.vue +++ b/src/views/Foods/Foods.vue @@ -20,7 +20,14 @@ @click="handleShop(shop)" >
- + +
-- 2.30.2 From 732dbdd0ba9618196ece2f572610f0d786666a25 Mon Sep 17 00:00:00 2001 From: jiangx Date: Wed, 19 Nov 2025 17:17:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20ui?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=86=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HotRecommend/HotRecommend.vue | 15 ++++++++++++++- src/components/ShopDetail/LeftInfo.vue | 5 ++++- src/views/Index/Index.vue | 4 ++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/components/HotRecommend/HotRecommend.vue b/src/components/HotRecommend/HotRecommend.vue index 8201d9c..0f2aa77 100644 --- a/src/components/HotRecommend/HotRecommend.vue +++ b/src/components/HotRecommend/HotRecommend.vue @@ -14,7 +14,20 @@
- + +
{{ i18n(item, 'shopName') }}
diff --git a/src/components/ShopDetail/LeftInfo.vue b/src/components/ShopDetail/LeftInfo.vue index 07ef672..cc76103 100644 --- a/src/components/ShopDetail/LeftInfo.vue +++ b/src/components/ShopDetail/LeftInfo.vue @@ -1,13 +1,16 @@