@@ -69,7 +69,7 @@ return array
'pic' => array
(
'type' => 'varchar-150',
- 'name' => '封面图-图片尺寸750*1386px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
+ 'name' => '封面图-不传将自动获取第1帧,图片尺寸750*1386px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
'default' => '',
'desc' => '封面图',
'match' => 'option',
@@ -79,7 +79,7 @@ class Manage
$table[0] = '';
foreach ($text as $k => $v) {
if ($v['pic']) {
- $table[0] .= '<img src="'.$v['pic'].'" width=“150”/> ';
+ $table[0] .= '<img src="'.$v['pic'].'" width="150"/> ';
}
return Dever::table($table);