|
@@ -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 {
|