dever il y a 3 ans
Parent
commit
cf21084e2d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      app/content/database/video.php
  2. 1 1
      app/content/lib/Manage.php

+ 1 - 1
app/content/database/video.php

@@ -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',

+ 1 - 1
app/content/lib/Manage.php

@@ -79,7 +79,7 @@ class Manage
         $table[0] = '';
         foreach ($text as $k => $v) {
             if ($v['pic']) {
-                $table[0] .= '<img src="'.$v['pic'].'" width=“150”/>&nbsp;&nbsp;';
+                $table[0] .= '<img src="'.$v['pic'].'" width="150"/>&nbsp;&nbsp;';
             }
         }
         return Dever::table($table);