正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -161,7 +161,7 @@ class ComController extends BaseController | @@ -161,7 +161,7 @@ class ComController extends BaseController | ||
| 161 | $data[] = 52; | 161 | $data[] = 52; |
| 162 | } | 162 | } |
| 163 | $is_comment = $this->getIsComment(); | 163 | $is_comment = $this->getIsComment(); |
| 164 | - if(!$is_comment){ | 164 | + if($is_comment != 1){ |
| 165 | $data[] = 55; | 165 | $data[] = 55; |
| 166 | } | 166 | } |
| 167 | if(!empty($data)){ | 167 | if(!empty($data)){ |
-
请 注册 或 登录 后发表评论