diff --git a/web/app/controllers/super_manage.php b/web/app/controllers/super_manage.php index 11186ab..33b368c 100644 --- a/web/app/controllers/super_manage.php +++ b/web/app/controllers/super_manage.php @@ -668,7 +668,7 @@ EOD); col_tr += '' + row['id'] + ''; col_tr += '' + - (row['is_hidden'] ? '[隐藏] ' : '') + + (row['is_hidden'] == 1 ? '[隐藏] ' : '') + '' + row['title'] + '' +