Mike 7 years ago
parent
commit
80b5888e77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miaomiao/www/js/controllers/account.js

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

@@ -29,7 +29,7 @@
                 //}, function (error) {
                 //}, function (error) {
                 //    console.log("Failed: " + JSON.stringify(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",
     app.controller('loginCtrl', ["$scope", "userService","$stateParams","$ionicNavBarDelegate", "storage", "$state", "msg", "$http", "util","$timeout",