...
|
...
|
@@ -131,9 +131,9 @@ $btnNext.on('touchstart', function() { |
|
|
});
|
|
|
} else if (res.data.isReg === 3) {
|
|
|
dialog.showDialog({
|
|
|
dialogText: '绑定失败,该账号已经注册过,请更换',
|
|
|
dialogText: '绑定失败,该手机号已注册,请更换或使用该手机号直接登录',
|
|
|
hasFooter: {
|
|
|
centerBtnText: '哦'
|
|
|
centerBtnText: '确定'
|
|
|
}
|
|
|
});
|
|
|
} else {
|
...
|
...
|
|