diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index cbd05cf..598834c 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -64,7 +64,7 @@ class="articleDes" :class="props?.data?.needpay && 'needpay'" style="white-space: pre-wrap" - v-html="props.data.content" + v-html="content" > @@ -175,7 +175,7 @@