文件存档 互动

beetlsql3-dev
姚丹ab 2 years ago
parent 669ed48f94
commit 61a8e14d30

@ -59,8 +59,7 @@
var dataAll = [];
load();
function load(){
flow.load({
elem: '#LAY_demo1' //流加载容器
,scrollElem: '#LAY_demo1' //滚动条所在元素,一般不用填,此处只是演示需要。
@ -93,7 +92,6 @@
/*默认显示第一个回答详情*/
commentHtml(dataAll[0]);
}
/*返回*/
$("#addButton_cancel").click(function () {
@ -162,8 +160,7 @@
}, function () {
layer.closeAll("loading");
if (ret.code == 0) {
parent.Lib.tableRefresh();
Lib.closeFrame();
window.location.reload();
}
});
}
@ -181,7 +178,7 @@
}, function (index) {
layer.closeAll("loading");
if (ret.code == 0) {
window.location.reload()
window.location.reload();
}
});
}

Loading…
Cancel
Save