|
@@ -47,7 +47,15 @@ var showUploadFilesValue = [];
|
|
|
shade: 0.1,
|
|
|
shadeClose : true,
|
|
|
content: html,
|
|
|
- area: ['400px', '600px']
|
|
|
+ area: ['800px', '400px'],
|
|
|
+ btn: ['保存', '关闭'],
|
|
|
+ btnAlign: 'c',
|
|
|
+ yes: function(index, layero){
|
|
|
+
|
|
|
+ },
|
|
|
+ btn2: function(index, layero){
|
|
|
+ layer.close(index);
|
|
|
+ },
|
|
|
};
|
|
|
e.unbind('click').bind('click', function()
|
|
|
{
|