chengen02

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

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