Authored by 郭成尧

no-rela

... ... @@ -131,13 +131,10 @@ $btnNext.on('touchstart', function() {
});
} else if (res.data.isReg === 3) {
dialog.showDialog({
dialogText: '该手机号已注册过有货\n' + pn + ',是否进行关联?',
dialogText: '该手机号已注册过有货',
hasFooter: {
leftBtnText: '更换号码',
rightBtnText: '确定'
centerBtnText: '哦'
}
}, function() {
nextStep(res.data.next, pn, areaCode);
});
} else {
nextStep(res.data.next, pn, areaCode);
... ...