|
@@ -46,11 +46,14 @@ onMounted(() => {
|
|
</NuxtLink>
|
|
</NuxtLink>
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
- <div v-if="linkInfo.isInStation"
|
|
|
|
- class="bg-[#F3F3F3] rounded-[25px] px-12 py-4 text-black-9 mt-4 text-sm w-max grid place-items-center"
|
|
|
|
- >
|
|
|
|
- 转自 第三方链接
|
|
|
|
- </div>
|
|
|
|
|
|
+ <template v-if="linkInfo">
|
|
|
|
+ <div v-if="linkInfo.isInStation"
|
|
|
|
+ class="bg-[#F3F3F3] rounded-[25px] px-12 py-4 text-black-9 mt-4 text-sm w-max grid place-items-center"
|
|
|
|
+ >
|
|
|
|
+ 转自 第三方链接
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|