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-27 14:17:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
38e50a4823559e722045fa8e839e4e4aa7d410fb
38e50a48
1 parent
de184c1d
仓管费
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/main/webapp/view/user/pick/payInfo.jsp
src/main/webapp/view/user/pick/payInfo.jsp
View file @
38e50a4
...
...
@@ -94,6 +94,10 @@
setTimeout
(
function
()
{
window
.
location
.
href
=
"/user/pick/record"
;
//页面跳转
},
3
*
1000
)
}
else
if
(
data
.
status
===
'CLOSED'
)
{
layer
.
msg
(
'二维码已失效,请重新扫码支付'
,
{
icon
:
'1'
});
}
else
if
(
data
.
status
===
'UNKNOWN'
)
{
layer
.
msg
(
'付款失败,请重新扫码支付'
,
{
icon
:
'1'
});
}
},
error
:
function
()
{
...
...
Please
register
or
login
to post a comment