个人中心

This commit is contained in:
wwz
2025-01-03 21:15:07 +08:00
parent 1d26fbb535
commit 5d3cdf848a

View File

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