南鑫林 hace 5 años
padre
commit
13b8b88aee

+ 4 - 4
RainbowPlanet/RainbowPlanet/Modules/CircleModule/CircleCommentList/View/CircleCommentListCommentReplyTableViewCell.swift

@@ -93,13 +93,13 @@ extension CircleCommentListCommentReplyTableViewCell : UITableViewDelegate,UITab
     }
     
     func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
-        if communityCircleCommentListModel?.isDelete == 1 {
-            SwiftProgressHUD.shared().showText("该评论已删除,暂时不能评论")
-        }else {
+//        if communityCircleCommentListModel?.isDelete == 1 {
+//            SwiftProgressHUD.shared().showText("该评论已删除,暂时不能评论")
+//        }else {
             let vc = CircleCommentReplyListViewController()
             vc.communityCircleCommentListModel = communityCircleCommentListModel
             UIViewController.topMost?.navigationController?.pushViewController(vc, animated: true)
-        }
+//        }
     }
     
     func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {

+ 4 - 4
RainbowPlanet/RainbowPlanet/Modules/CircleModule/CircleCommentList/View/CircleCommnetListRepleyFooterView.swift

@@ -34,13 +34,13 @@ class CircleCommnetListRepleyFooterView: BaseView {
     }()
     
     @objc func tapAction() {
-        if communityCircleCommentListModel?.isDelete == 1 {
-            SwiftProgressHUD.shared().showText("该评论已删除,暂时不能评论")
-        }else {
+//        if communityCircleCommentListModel?.isDelete == 1 {
+//            SwiftProgressHUD.shared().showText("该评论已删除,暂时不能评论")
+//        }else {
             let vc = CircleCommentReplyListViewController()
             vc.communityCircleCommentListModel = communityCircleCommentListModel
             UIViewController.topMost?.navigationController?.pushViewController(vc, animated: true)
-        }
+//        }
     }
     
     var communityCircleCommentListModel : CommunityCircleCommentListModel? {