Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
e162365f987cba6d8b6de17f948dda2bb6cc41b4
1 parent
8d6278f0
修改绑定手机号 绑定中文字
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
static/js/passport/bind/bind.js
static/js/passport/bind/bind.js
View file @
e162365
...
...
@@ -28,6 +28,7 @@ function nextStep(url, mobileNo, areaCode) {
}
requested
=
true
;
$btnNext
.
html
(
'绑定中'
);
$
.
ajax
({
type
:
'POST'
,
...
...
@@ -37,11 +38,13 @@ function nextStep(url, mobileNo, areaCode) {
areaCode
:
areaCode
.
replace
(
'+'
,
''
)
},
success
:
function
(
res
)
{
console
.
log
(
res
.
data
);
// console.log(res.data);
location
.
href
=
url
;
},
error
:
function
()
{
tip
.
show
(
'出错了,请重试!'
);
$btnNext
.
html
(
'下一步'
);
requested
=
false
;
}
});
...
...
@@ -86,7 +89,8 @@ $btnNext.on('touchstart', function() {
nickname
:
nickname
},
success
:
function
(
res
)
{
console
.
log
(
res
);
// console.log(res);
//res : {
// code: 'xxx',
...
...
Please
register
or
login
to post a comment