Merge branch 'test' of https://e.coding.net/g-cphe0354/duanju/video_app into test
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user