update for bind mobile page. code review by LZF
Showing
2 changed files
with
3 additions
and
1 deletions
@@ -122,7 +122,9 @@ module.exports = function(useInRegister, useForBind) { | @@ -122,7 +122,9 @@ module.exports = function(useInRegister, useForBind) { | ||
122 | if (isReg) { | 122 | if (isReg) { |
123 | startBind(); | 123 | startBind(); |
124 | } else { | 124 | } else { |
125 | - location.href = '/passport/bind/password?phoneNum=' + phoneNum + '&areaCode=' + areaCode + '&openId=' + openId + '&sourceType=' + sourceType + '&nickname=' + nickname; | 125 | + location.href = '/passport/bind/password?phoneNum=' + |
126 | + phoneNum + '&areaCode=' + areaCode + '&openId=' + | ||
127 | + openId + '&sourceType=' + sourceType + '&nickname=' + nickname; | ||
126 | } | 128 | } |
127 | } else { | 129 | } else { |
128 | location.href = data.data; | 130 | location.href = data.data; |
-
Please register or login to post a comment