From aeb81fd2e5177b5301d9152c95c771f8ceb4ddde Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Tue, 14 Jan 2025 10:27:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E8=B5=9E=E6=8E=A5?=
=?UTF-8?q?=E4=BC=A0=E5=8F=82=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/video/index.js | 2 +-
components/my-video-list/list-item.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/video/index.js b/api/video/index.js
index 4bc7fd2..79a0dcc 100644
--- a/api/video/index.js
+++ b/api/video/index.js
@@ -25,7 +25,7 @@ export function dianzan(data) {
url: 'courseCollect/insertCourseCollect',
method:'POST',
data:{
- classify:3,
+ classify:2,
...data
}
})
diff --git a/components/my-video-list/list-item.vue b/components/my-video-list/list-item.vue
index 8d7abd4..8096ade 100644
--- a/components/my-video-list/list-item.vue
+++ b/components/my-video-list/list-item.vue
@@ -36,7 +36,7 @@
- {{item.goodNum}}
+ {{item.goodNum<0?0:item.goodNum}}