绿满眶商城微信小程序-uniapp
xiangpei
2025-07-03 dcb2bf9882dd4c6b1108d7bfccef431d0c555d2c
pages/video/home-page.vue
@@ -222,6 +222,7 @@
    }
  },
  onShow() {
    if (this.authorId) {
    this.getAuthorInfo();
    if (this.currentTab === 'works') {
      this.videoQuery.pageNumber = 1
@@ -236,8 +237,10 @@
       this.nomoreLikeVideo = false
       this.getAuthorLikeVideoPage()
    }
    }
  },
  onLoad(option) {
     console.log("收到参数", option);
   this.authorId = option.authorId;
    this.getAuthorInfo();
   this.getAuthorVideoPage();