@@ -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]) {