@@ -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",