添加成功提示并跳转到对应URL

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent bef22b1a12
commit fe6edb27f7

@ -308,6 +308,7 @@ function successfun(responseText, statusText, xhr, form) {
}
} else {
if (responseText[key].name == "ok_go") {
$.modaldialog.success('提交成功,正在跳转到下个页面...');
setTimeout(function() {
window.location.href = responseText[key].value
},

Loading…
Cancel
Save