@@ -3212,6 +3212,10 @@ $("textarea").on("postpaste", function()
function showYes(msg)
{
+ if (msg.msg == 'reload') {
+ location.reload();
+ return;
+ }
if (msg.status == 2) {
layer.alert(msg.msg);
} else {