rabin 5 年之前
父节点
当前提交
45b2201b8b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      assets/lib/layui/upload.js

+ 7 - 0
assets/lib/layui/upload.js

@@ -125,6 +125,13 @@ function showUploadFilesSetState(e, url)
 	}
 }
 
+function showUploadFilesShowValue(e)
+{
+	var html = e.html();
+
+	layer.alert(html);
+}
+
 function showUploadFilesSetValue(e, url, id, value)
 {
 	if (showUploadFilesValue[id]) {