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
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
2016-09-07 13:47:46 +0800
Commit
74108c1257afd0d81df2df1d9ca17e5fbc06e446
1 parent
17aafe71
倒计时 文案修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/sms-check.page.js
public/js/passport/sms-check.page.js
View file @
74108c1
...
...
@@ -76,7 +76,7 @@ var page = {
self
.
timerId
=
null
;
$resendBtn
.
prop
(
'disable'
,
false
);
}
else
{
txt
=
second
+
's
'
;
txt
=
'重新发送('
+
second
+
'秒)
'
;
}
$resendBtn
.
text
(
txt
);
...
...
Please
register
or
login
to post a comment