diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index e6d404a..39cb75c 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -8,7 +8,7 @@ - + 来源: {{ props.data.tag }} @@ -53,7 +53,10 @@ - + {{ props.data.summary }} @@ -100,6 +103,10 @@ const props = defineProps({ type: Object, default: () => {}, }, + isDomestic: { + type: Boolean, + default: false, + }, }); const tagList1 = ref([ { diff --git a/src/pages/detail/indexNewsInfo.vue b/src/pages/detail/indexNewsInfo.vue index 718190c..39b2299 100644 --- a/src/pages/detail/indexNewsInfo.vue +++ b/src/pages/detail/indexNewsInfo.vue @@ -37,7 +37,7 @@ -
+
diff --git a/src/pages/minihome/index.vue b/src/pages/minihome/index.vue index f9a8581..f397f53 100644 --- a/src/pages/minihome/index.vue +++ b/src/pages/minihome/index.vue @@ -45,7 +45,7 @@ > - + - +