|
@@ -11,7 +11,7 @@
|
|
|
<view class="mt-50 flex-1">
|
|
<view class="mt-50 flex-1">
|
|
|
<view class="text-36 font-bold text-fore-title">{{ info.name }}</view>
|
|
<view class="text-36 font-bold text-fore-title">{{ info.name }}</view>
|
|
|
<view v-if="bxTags.length" class="mt-8 flex flex-wrap gap-8">
|
|
<view v-if="bxTags.length" class="mt-8 flex flex-wrap gap-8">
|
|
|
- <uv-tags v-for="t in bxTags" :text="t" v-bind="getHighlightBindings(t)" @click="handleTagClick(t)" />
|
|
|
|
|
|
|
+ <uv-tags v-for="t in bxTags" :key="t" :text="t" v-bind="getHighlightBindings(t)" @click="handleTagClick(t)" />
|
|
|
</view>
|
|
</view>
|
|
|
<uv-text type="tips" prefix-icon="empty-address" :icon-style="{ color: '#999999' }" size="12" :text="info.address"
|
|
<uv-text type="tips" prefix-icon="empty-address" :icon-style="{ color: '#999999' }" size="12" :text="info.address"
|
|
|
margin="8px 0 0 0" />
|
|
margin="8px 0 0 0" />
|