wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  20242 号主视频tab,上滑切换视频,只能刷11条稿件,无法接续上滑
@@ -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 }