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