1、bug的修复
2、内核更新
This commit is contained in:
@@ -104,7 +104,10 @@ $(function(){
|
||||
|
||||
function success(data){
|
||||
if(data.code){
|
||||
window.location.href = data.url;
|
||||
$.messager.show(data.msg, {placement: 'center',type:'success'});
|
||||
setTimeout(function(){
|
||||
window.location.href = data.url;
|
||||
},2000);
|
||||
} else {
|
||||
$.messager.show(data.msg, {placement: 'center',type:'success'});
|
||||
//刷新验证码
|
||||
|
||||
Reference in New Issue
Block a user