Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zyn
/
cjs-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
bruce
2019-05-28 15:02:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1064b3a1e6fad07149fcbc1dd70d7b1fc2afa3ab
1064b3a1
1 parent
4b102746
优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/main/webapp/view/user/pick/payInfo.jsp
src/main/webapp/view/user/pick/payInfo.jsp
View file @
1064b3a
...
...
@@ -54,7 +54,7 @@
moveType
:
1
,
content
:
''
,
cancel
:
function
(){
Pay
.
count
=
1
1
;
Pay
.
count
=
1
6
;
window
.
clearInterval
(
Pay
.
interval
);
}
});
...
...
@@ -116,7 +116,8 @@
},
_timer
:
function
()
{
if
(
Pay
.
countdown
==
0
)
{
if
(
Pay
.
count
>
10
)
{
if
(
Pay
.
count
>
15
)
{
window
.
clearInterval
(
Pay
.
interval
);
return
;
}
$
.
ajax
({
...
...
Please
register
or
login
to post a comment