Selaa lähdekoodia

增加闽政通登录测试

sandm 1 vuosi sitten
vanhempi
commit
871ab170dc
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      public/themes/default/views/mobile/app/auth/mzt.blade.php

+ 1 - 0
public/themes/default/views/mobile/app/auth/mzt.blade.php

@@ -52,6 +52,7 @@
                     userEmail: encrypt.decrypt(userinfo.email)
                 };
                 $.post("{{route($sub_site.'mobile.login_mzt')}}",data,function(res){
+                    console.log(res)
                     if(res.status){
                         window.location.href = res.url;
                     }else{