chengen02

-fix 修改时间轴组件底部按钮评论展示bug

... ... @@ -117,6 +117,7 @@ export struct CommentTabComponent {
}
.height(30)
.onClick(() => {
if(this.contentDetail.appstyle === 9) return
this.onCommentFocus && this.onCommentFocus()
this.publishCommentModel.rootCommentId = '-1';
... ...