Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
2017-09-04 14:20:17 +0800
Commit
a6acdc7661b1c105f617e47e1ed3999b2c31be50
2 parents
58c7a1f9
f5398fbe
Merge branch 'feature/thirdlogin' into 'release/6.0.2'
Feature/thirdlogin See merge request
!861
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
public/js/passport/bind/bind.js
public/js/passport/bind/bind.js
View file @
a6acdc7
...
...
@@ -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
);
...
...
Please
register
or
login
to post a comment