@ -153,7 +153,7 @@
},
success: function (r) {
if (r.status == 1) {
if (r.code == 200) {
window.location.href = r.data;
} else {
$("#tipmsg").html(r.msg);