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
ad14ead3bce64afe1a5910e08bda89401be88cd7
1 parent
f1332d79
绑定中优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/passport/bind/bind.js
static/js/passport/bind/bind.js
View file @
ad14ead
...
...
@@ -28,7 +28,7 @@ function nextStep(url, mobileNo, areaCode) {
}
requested
=
true
;
$btnNext
.
html
(
'绑定中
'
);
$btnNext
.
addClass
(
'disable'
).
html
(
'绑定中...
'
);
$
.
ajax
({
type
:
'POST'
,
...
...
@@ -44,7 +44,7 @@ function nextStep(url, mobileNo, areaCode) {
},
error
:
function
()
{
tip
.
show
(
'出错了,请重试!'
);
$btnNext
.
html
(
'下一步'
);
$btnNext
.
removeClass
(
'disable'
).
html
(
'下一步'
);
requested
=
false
;
}
});
...
...
Please
register
or
login
to post a comment