|
|
@@ -69,8 +69,8 @@ define([ 'app/app' ], function(app) {
|
|
|
}]);
|
|
|
|
|
|
// 身份认证
|
|
|
- app.controller('AuthenticationCtrl', ['$scope', '$window', 'AuthenticationService', '$rootScope', 'SessionService', 'collectionService', '$modal', 'toaster','$q', 'Cart', '$http',
|
|
|
- function($scope, $window, AuthenticationService, $rootScope, SessionService, collectionService, $modal, toaster, $q, Cart, $http) {
|
|
|
+ app.controller('AuthenticationCtrl', ['$scope', '$window', 'AuthenticationService', '$rootScope', 'SessionService', 'collectionService', '$modal', 'toaster','$q', 'Cart', '$http', 'InternalMessage',
|
|
|
+ function($scope, $window, AuthenticationService, $rootScope, SessionService, collectionService, $modal, toaster, $q, Cart, $http, InternalMessage) {
|
|
|
$scope.user = {
|
|
|
j_username : "",
|
|
|
j_password : "",
|
|
|
@@ -238,11 +238,6 @@ define([ 'app/app' ], function(app) {
|
|
|
// 跳转账户中心
|
|
|
AuthenticationService.redirectRegister();
|
|
|
};
|
|
|
-
|
|
|
- //安全中心:
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
}]);
|
|
|
|
|
|
// 登录模态框
|
|
|
@@ -1662,10 +1657,10 @@ define([ 'app/app' ], function(app) {
|
|
|
toaster.pop('info', '提示', '请选择付款日期');
|
|
|
return ;
|
|
|
}
|
|
|
- if(!$scope.image.src) {
|
|
|
- toaster.pop('info', '提示', '请选择付款截图');
|
|
|
- return ;
|
|
|
- }
|
|
|
+ // if(!$scope.image.src) {
|
|
|
+ // toaster.pop('info', '提示', '请选择付款截图');
|
|
|
+ // return ;
|
|
|
+ // }
|
|
|
var buyAccount = angular.copy($scope.buyAccount);
|
|
|
var saleAccount = angular.copy($scope.saleAccount);
|
|
|
delete saleAccount.filterAccount;
|