|
|
@@ -243,13 +243,13 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
},
|
|
|
redirectPassword: function() {
|
|
|
// 获取密码修改Url;
|
|
|
+ var newTab=window.open('about:blank');
|
|
|
$http.get(rootPath + '/mPassWord/page', {
|
|
|
params: {
|
|
|
returnUrl: window.location.href
|
|
|
}
|
|
|
}).success(function(data) {
|
|
|
if (data.content) {
|
|
|
- var newTab=window.open('about:blank');
|
|
|
newTab.location.href=data.content;
|
|
|
} else {
|
|
|
alert('系统错误');
|
|
|
@@ -259,6 +259,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
});
|
|
|
},
|
|
|
redirectPhone: function() {
|
|
|
+ var newTab=window.open('about:blank');
|
|
|
// 获取电话修改Url
|
|
|
$http.get(rootPath + '/mPhone/page', {
|
|
|
params: {
|
|
|
@@ -266,7 +267,6 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
}
|
|
|
}).success(function(data) {
|
|
|
if (data.content) {
|
|
|
- var newTab=window.open('about:blank');
|
|
|
newTab.location.href=data.content;
|
|
|
} else {
|
|
|
alert('系统错误');
|
|
|
@@ -277,13 +277,13 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
},
|
|
|
redirectEmail: function() {
|
|
|
// 获取邮箱修改url
|
|
|
+ var newTab=window.open('about:blank');
|
|
|
$http.get(rootPath + '/mEmail/page', {
|
|
|
params: {
|
|
|
returnUrl: window.location.href
|
|
|
}
|
|
|
}).success(function(data) {
|
|
|
if (data.content) {
|
|
|
- var newTab=window.open('about:blank');
|
|
|
newTab.location.href=data.content;
|
|
|
|
|
|
} else {
|
|
|
@@ -295,13 +295,13 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
},
|
|
|
redirectSecQuestion: function() {
|
|
|
// 获取密保问题修改的url
|
|
|
+ var newTab=window.open('about:blank');
|
|
|
$http.get(rootPath + '/mQuestion/page', {
|
|
|
params: {
|
|
|
returnUrl: window.location.href
|
|
|
}
|
|
|
}).success(function(data) {
|
|
|
if (data.content) {
|
|
|
- var newTab=window.open('about:blank');
|
|
|
newTab.location.href=data.content;
|
|
|
} else {
|
|
|
alert('系统错误');
|
|
|
@@ -312,13 +312,13 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
},
|
|
|
redirectRealNameAuth : function() {
|
|
|
// 获取实名认证url
|
|
|
+ var newTab=window.open('about:blank');
|
|
|
$http.get(rootPath + '/realNameAuth/page', {
|
|
|
params: {
|
|
|
returnUrl: window.location.href
|
|
|
}
|
|
|
}).success(function(data) {
|
|
|
if (data.content) {
|
|
|
- var newTab=window.open('about:blank');
|
|
|
newTab.location.href=data.content;
|
|
|
} else {
|
|
|
alert('系统错误');
|