Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -403,6 +403,8 @@ export struct DetailVideoListPage { | @@ -403,6 +403,8 @@ export struct DetailVideoListPage { | ||
| 403 | // TODO:下拉刷新“努力加载中” | 403 | // TODO:下拉刷新“努力加载中” |
| 404 | if (!this.peopleShipHomeCreatorId) { | 404 | if (!this.peopleShipHomeCreatorId) { |
| 405 | this.queryVideoList() | 405 | this.queryVideoList() |
| 406 | + } else { | ||
| 407 | + this.getRmhPublishNexts(this.peopleShipHomeCreatorId, `${this.data[this.currentIndex].newsId}`, 1, 1, 10, systemDateTime.getTime(false)); | ||
| 406 | } | 408 | } |
| 407 | // this.getRmhPublishNexts(this.peopleShipHomeCreatorId, this.contentId, 1, 1, 10, systemDateTime.getTime(false)); | 409 | // this.getRmhPublishNexts(this.peopleShipHomeCreatorId, this.contentId, 1, 1, 10, systemDateTime.getTime(false)); |
| 408 | } | 410 | } |
-
Please register or login to post a comment