作者 郭鑫
1 个管道 的构建 通过 耗费 0 秒

页面修改

@@ -583,7 +583,9 @@ @@ -583,7 +583,9 @@
583 success: function (res) { 583 success: function (res) {
584 if(res.code == 1){ 584 if(res.code == 1){
585 $('.examinewrapper').css('display','block'); 585 $('.examinewrapper').css('display','block');
586 - setTimeout(location.href="{:url('Member/index')}",2000); 586 + setTimeout(function(){
  587 + location.href="{:url('Member/index')}"
  588 + },2000);
587 }else{ 589 }else{
588 popup(res.message); 590 popup(res.message);
589 } 591 }