rabin 5 anos atrás
pai
commit
45b2201b8b
1 arquivos alterados com 7 adições e 0 exclusões
  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]) {