Authored by tmq

test

... ... @@ -133,7 +133,7 @@ class Controller_News extends Controller_Abstract
list($width, $height, $type, $attr) = getimagesize($thumb);
$thumb_size = json_encode(array('width'=> $width,'height'=> $height));
//是否存在视频
if($is_video)
if($is_video==1)
{
$tag = '视频';
}
... ...