Mike 7 lat temu
rodzic
commit
cf5b18a408
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      miaomiao/www/js/controllers/account.js

+ 1 - 1
miaomiao/www/js/controllers/account.js

xqd
@@ -5,7 +5,7 @@
             $scope.wechat_login = function(){
                 var scope = "snsapi_userinfo", state = "_" + (+new Date());
                 Wechat.auth(scope, state, function (response) {
-                    alert("response:"+JSON.stringify(response));
+                    // alert("response:"+JSON.stringify(response));
                     // var response={code:1231};
                    if(response.code){
                        msg.loading('登录中...');