王士厅

fix: 我的评论列表,点击评论的视频稿件后,偶发不能弹出评论列表

@@ -208,11 +208,11 @@ export struct DetailVideoListPage { @@ -208,11 +208,11 @@ export struct DetailVideoListPage {
208 // 目的子组件watch生效 208 // 目的子组件watch生效
209 setTimeout(() => { 209 setTimeout(() => {
210 this.showCommentList = true 210 this.showCommentList = true
211 - }, 300) 211 + }, 1000)
212 } 212 }
  213 + // console.log(TAG, 'onPageShow showComment', action.params.extra.showComment)
213 } 214 }
214 } 215 }
215 - // console.log(TAG, 'onPageShow', JSON.stringify(action.params))  
216 } 216 }
217 217
218 onPageHide(): void { 218 onPageHide(): void {