Merge branch 'feature/thirdlogin' into 'release/6.0.2'
Feature/thirdlogin See merge request !861
Showing
1 changed file
with
2 additions
and
5 deletions
@@ -131,13 +131,10 @@ $btnNext.on('touchstart', function() { | @@ -131,13 +131,10 @@ $btnNext.on('touchstart', function() { | ||
131 | }); | 131 | }); |
132 | } else if (res.data.isReg === 3) { | 132 | } else if (res.data.isReg === 3) { |
133 | dialog.showDialog({ | 133 | dialog.showDialog({ |
134 | - dialogText: '该手机号已注册过有货\n' + pn + ',是否进行关联?', | 134 | + dialogText: '绑定失败,该手机号已注册,请更换或使用该手机号直接登录', |
135 | hasFooter: { | 135 | hasFooter: { |
136 | - leftBtnText: '更换号码', | ||
137 | - rightBtnText: '确定' | 136 | + centerBtnText: '确定' |
138 | } | 137 | } |
139 | - }, function() { | ||
140 | - nextStep(res.data.next, pn, areaCode); | ||
141 | }); | 138 | }); |
142 | } else { | 139 | } else { |
143 | nextStep(res.data.next, pn, areaCode); | 140 | nextStep(res.data.next, pn, areaCode); |
-
Please register or login to post a comment