张善主

fix(18875): 功能缺陷-必修-【生产】 专题页点击返回按钮,没有反应

@@ -204,14 +204,14 @@ export struct SpacialTopicPageComponent { @@ -204,14 +204,14 @@ export struct SpacialTopicPageComponent {
204 this.showCommentList = true 204 this.showCommentList = true
205 } 205 }
206 }) 206 })
207 - //全部评论  
208 - CommentDialogView({  
209 - index: $index,  
210 - currentIndex: $currentIndex,  
211 - showCommentList: $showCommentList,  
212 - publishCommentModel: $publishCommentModel,  
213 - interactData: $interactData,  
214 - }) 207 + // //全部评论
  208 + // CommentDialogView({
  209 + // index: $index,
  210 + // currentIndex: $currentIndex,
  211 + // showCommentList: $showCommentList,
  212 + // publishCommentModel: $publishCommentModel,
  213 + // interactData: $interactData,
  214 + // })
215 } 215 }
216 }.width(CommonConstants.FULL_WIDTH).height(CommonConstants.FULL_HEIGHT) 216 }.width(CommonConstants.FULL_WIDTH).height(CommonConstants.FULL_HEIGHT)
217 } 217 }