|
@@ -17,8 +17,10 @@
|
|
|
</div>
|
|
|
|
|
|
<div v-if="tags?.length" class="flex flex-wrap text-[12px] mt-[14px]">
|
|
|
- <div v-for="(item, index) in tags" :key="index"
|
|
|
- class="px-6 py-2 border border-[#666] text-[#666] rounded-full mr-8">{{ item }}</div>
|
|
|
+ <template v-for="(item, index) in tags" :key="index">
|
|
|
+ <div v-if="item" class="px-6 py-2 border border-[#666] text-[#666] rounded-full mr-8">{{ item }}</div>
|
|
|
+ </template>
|
|
|
+
|
|
|
</div>
|
|
|
<div class="flex items-baseline mt-[14px]">
|
|
|
<span class="text-[14px] font-bold text-[#FF1E1E]">{{ detailData?.tourHouseSaleInfoVo?.currency }}{{
|