This commit is contained in:
2025-01-03 21:26:52 +08:00

View File

@@ -465,7 +465,7 @@
}
this.$Request.getT('/app/courseCollect/selectByUserId', data).then(res => {
if (res.code === 0) {
this.myLoveNum = res.data.total
this.myLoveNum = res.data.totalCount
} else {
this.myLoveNum = 0
}
@@ -480,7 +480,7 @@
}
this.$Request.getT('/app/courseCollect/selectByUserId', data).then(res => {
if (res.code === 0) {
this.myZhui = res.data.total
this.myZhui = res.data.totalCount
} else {
this.myZhui = 0
}