Showing
1 changed file
with
2 additions
and
2 deletions
@@ -131,9 +131,9 @@ $btnNext.on('touchstart', function() { | @@ -131,9 +131,9 @@ $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: '绑定失败,该账号已经注册过,请更换', | 134 | + dialogText: '绑定失败,该手机号已注册,请更换或使用该手机号直接登录', |
135 | hasFooter: { | 135 | hasFooter: { |
136 | - centerBtnText: '哦' | 136 | + centerBtnText: '确定' |
137 | } | 137 | } |
138 | }); | 138 | }); |
139 | } else { | 139 | } else { |
-
Please register or login to post a comment