|
@@ -697,9 +697,7 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
|
|
|
});
|
|
});
|
|
|
$rootScope.userInfo = data;
|
|
$rootScope.userInfo = data;
|
|
|
if ($rootScope.applyStatus === 'NONE') {
|
|
if ($rootScope.applyStatus === 'NONE') {
|
|
|
- if (!(!data.pwdEnable || !data.haveUserQuestion||!data.emailValidCode || data.emailValidCode != 2)) {
|
|
|
|
|
- $state.go('vendor_store_apply');
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ $state.go('vendor_store_apply');
|
|
|
} else if ($rootScope.applyStatus === 'PASS') {
|
|
} else if ($rootScope.applyStatus === 'PASS') {
|
|
|
$state.go('vendor_store_maintain');
|
|
$state.go('vendor_store_maintain');
|
|
|
}
|
|
}
|