From b71bc191889a54ac773c39de0ee7678b80f53546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Tue, 10 Mar 2026 10:32:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(article):=20=E6=9B=B4=E6=96=B0=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91=EF=BC=8C=E6=8F=92?= =?UTF-8?q?=E5=85=A5=E6=9D=A5=E6=BA=90=E4=BF=A1=E6=81=AF=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=96=87=E6=9C=AC=E8=8A=82=E7=82=B9=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/article/indexNewsInfo.vue | 46 ++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) 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 @@