Feat:店铺搜索增加旅居店铺

This commit is contained in:
linxi
2026-02-02 11:10:50 +08:00
parent 86f1443b42
commit c507176f8f
+17 -1
View File
@@ -119,7 +119,16 @@
{{ item.name }}
</view>
<view class="type">
<view v-if="item.typeName" class="type-tag">
<view
v-if="item.isTravel === 1"
class="type-tag-travel"
>
旅居店铺
</view>
<view
v-else-if="item.typeName"
class="type-tag"
>
{{ item.typeName }}
</view>
<view v-else>&nbsp;</view>
@@ -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;