|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="headLineStyle1" v-if="skinId=='1'">
|
|
|
- <div class="headLineTitle">
|
|
|
+ <div class="headLineTitle" v-if="templateData.length>0">
|
|
|
<img src="http://img.bjzxtw.org.cn/pre/image/png/20250603/1748932387576488.png"/>
|
|
|
<NuxtLink
|
|
|
:href="getLinkPathDetail(component_style1_News1)"
|
|
@@ -113,6 +113,7 @@ const props = defineProps({
|
|
|
templateData:Array,//新闻数据
|
|
|
});
|
|
|
//组件样式1 start ---------------------------------------->
|
|
|
+console.log(props.templateData)
|
|
|
const component_style1_News1 = ref({});
|
|
|
const component_style1_News2Array = ref([]);
|
|
|
component_style1_News1.value = props.templateData[0];
|