Authored by 毕凯

增加关联入口

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