Authored by 毕凯

增加关联入口

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