rabin il y a 5 ans
Parent
commit
45b2201b8b
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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]) {