Commit 92540fe6 authored by zhangkuanguang's avatar zhangkuanguang

芜湖放心看

parent 7bc274af
......@@ -1527,10 +1527,10 @@ function change_real(rowid)
waringOpen(re.msg);
return false;
}
layer.msg(re.msg);
setTimeout(function () {
layer.msg(re.msg, {time: 1000, icon:1},function(){
window.location.href = '/sell/manage';
},1000);
});
},
complete:function () {
layer.close(index);
......@@ -1550,10 +1550,9 @@ function cancle_real(rowid) {
waringOpen(re.msg);
return false;
}
layer.msg(re.msg);
setTimeout(function () {
layer.msg(re.msg, {time: 1000, icon:1},function(){
window.location.href = '/sell/manage';
},1000);
});
},
complete:function () {
layer.close(index);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment