From e2b8c6a9bde3f45336e38fdeb7da89708c5d0250 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Wed, 15 Jun 2022 14:58:36 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/newHome/components/Navigation2.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/views/newHome/components/Navigation2.vue b/front/src/views/newHome/components/Navigation2.vue index 75475bd7..ca3386c8 100644 --- a/front/src/views/newHome/components/Navigation2.vue +++ b/front/src/views/newHome/components/Navigation2.vue @@ -82,7 +82,7 @@ getVideoList(params).then((res) => { // 赋值 if (res.data.data) { - sjNum.value = res.data.data.total || 0 + jcNum.value = res.data.data.total || 0 } }) } @@ -98,7 +98,7 @@ } getRecord(obj).then((res) => { if (res.data.data) { - jcNum.value = res.data.data.total || 0 + sjNum.value = res.data.data.total || 0 } }) }