|
@@ -15,6 +15,7 @@ starter.controller('AuthUserCtrl', function ($scope, $state, $ionicSlideBoxDeleg
|
|
showPopup.showLoading(1, '正在提交', false);
|
|
showPopup.showLoading(1, '正在提交', false);
|
|
User.user("PostUser").save("'" + JSON.stringify($scope.authuser) + "'", function (res) {
|
|
User.user("PostUser").save("'" + JSON.stringify($scope.authuser) + "'", function (res) {
|
|
console.log(res);
|
|
console.log(res);
|
|
|
|
+ $window.history.back();
|
|
showPopup.hideLoading();
|
|
showPopup.hideLoading();
|
|
}, function (err) {
|
|
}, function (err) {
|
|
if (err.status == 400)
|
|
if (err.status == 400)
|