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-01-05 14:39:48 +0800
Commit
f756aa5e5d95bb6978903a4af3b055daf6342151
2 parents
c7d009a6
10fe9cc4
Merge branch 'hotfix/register' into 'master'
Hotfix/register testCode See merge request
!99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/passport/register/register.js
public/js/passport/register/register.js
View file @
f756aa5
...
...
@@ -97,7 +97,8 @@ $btnNext.on('touchstart', function() {
data
:
{
areaCode
:
areaCode
.
replace
(
'+'
,
''
),
phoneNum
:
pn
,
captcha
:
captcha
captcha
:
captcha
,
yohobuy
:
$
(
'#yohobuy'
).
val
()
},
success
:
function
(
data
)
{
if
(
data
.
code
===
200
)
{
...
...
Please
register
or
login
to post a comment