Commit 8a959239 by 朱继来

调整js

parent adbb3fa9
Showing with 6 additions and 2 deletions
......@@ -29,7 +29,9 @@
return false;
}
layer.alert(resp.errmsg);
layer.alert(resp.errmsg || '网络异常', function() {
location.reload();
});
return false;
},
......@@ -111,7 +113,9 @@
return false;
}
layer.alert(resp.errmsg || '网络异常');
layer.alert(resp.errmsg || '网络异常', function() {
location.reload();
});
return false;
},
......
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 sign in to comment