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 } }) }