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;