From c507176f8f0a263b0a83e9a50e2d66e91cc9e27e Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 2 Feb 2026 11:10:50 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E5=BA=97=E9=93=BA=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=A2=9E=E5=8A=A0=E6=97=85=E5=B1=85=E5=BA=97=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsList/index.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue index 086e84c..a52da21 100644 --- a/pages/shop/GoodsList/index.vue +++ b/pages/shop/GoodsList/index.vue @@ -119,7 +119,16 @@ {{ item.name }} - + + 旅居店铺 + + {{ item.typeName }}   @@ -531,6 +540,13 @@ export default { color: #946300; background: linear-gradient(to bottom, #FDF8B9, #E3A72C); } + .type-tag-travel { + padding: 2px 6px; + border-radius: 3px; + font-size: 12px; + color: #fff; + background: linear-gradient(to bottom, #77E49F, #4FA379); + } } .desc { display: flex;