Mike 7 년 전
부모
커밋
80b5888e77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      miaomiao/www/js/controllers/account.js

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

xqd
@@ -29,7 +29,7 @@
                 //}, function (error) {
                 //    console.log("Failed: " + JSON.stringify(error));
                 //})  
-                $state.go("loginAccount");
+                $state.go("loginAccount",{wechat:1231});
                 }
     }]);
     app.controller('loginCtrl', ["$scope", "userService","$stateParams","$ionicNavBarDelegate", "storage", "$state", "msg", "$http", "util","$timeout",