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
徐炜
9 years ago
Commit
18cfa7a9eb9215121ec7dce6eb4517f2965f7abb
2 parents
9e7d2cb9
8de8ef40
Merge branch 'feature/installment2a' into release/4.9.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/home/installment.starting-service.page.js
public/js/home/installment.starting-service.page.js
View file @
18cfa7a
...
...
@@ -139,6 +139,8 @@ $('#send-sms').click(function() {
return
false
;
}
$
(
self
).
data
(
'running'
,
true
);
$
.
get
(
'/home/installment/starting-service/verify-code'
,
{
mobile
:
formModel
.
mobile
}).
then
(
function
(
result
)
{
...
...
@@ -158,6 +160,8 @@ $('#send-sms').click(function() {
tip
.
show
(
result
.
message
);
$
(
self
).
data
(
'running'
,
false
);
}
}).
done
(
function
()
{
$
(
self
).
data
(
'running'
,
false
);
});
return
false
;
...
...
Please
register
or
login
to post a comment