作者 lyh

gx

... ... @@ -161,7 +161,7 @@ class ComController extends BaseController
$data[] = 52;
}
$is_comment = $this->getIsComment();
if(!$is_comment){
if($is_comment != 1){
$data[] = 55;
}
if(!empty($data)){
... ...