王士厅

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

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