dever 6 tahun lalu
induk
melakukan
73680c44a9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      assets/lib/layui/upload.js

+ 1 - 1
assets/lib/layui/upload.js

@@ -105,7 +105,7 @@ function showUploadFilesSet(e, name, url, id)
 	} else if (showUploadType == 3) {
 		var value = showUploadE.attr('editor_id');
 		var key = showUploadE.attr('key');
-		KindEditor.insertHtml('#' + value, '<div class="dever-video"><embed src="'+url+'" type="video/x-ms-asf-plugin" width="450" height="300" autostart="false" loop="true" data-id="'+id+'" data-key="'+key+'"/><div style="width:450px;height:20px;">'+name+':'+id+'(无法修改)</div></div>');
+		KindEditor.insertHtml('#' + value, '<div class="dever-video"><embed src="'+url+'" type="video/x-ms-asf-plugin" width="450" height="300" autostart="false" loop="true" data-id="'+id+'" data-key="'+key+'"/><div style="width:450px;height:20px;">'+name+':'+id+'(请勿修改)</div></div>');
 		if (showUploadIndex) {
 			layer.close(showUploadIndex);
 			showUploadIndex = false;