Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
liangxs
9 years ago
Commit
5e48cffc1aa74fd081effa19e2dfddc5a0933f7a
1 parent
8afcbf1e
领券bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/index/coupon.js
static/js/index/coupon.js
View file @
5e48cff
...
...
@@ -94,7 +94,7 @@ $('.coupon-message-op-rel').on('click', function() {
location
.
reload
();
});
if
(
$
(
'#
error
'
).
length
>=
0
)
{
if
(
$
(
'#
noData
'
).
length
>=
0
)
{
tip
.
show
(
'网络异常!'
);
}
...
...
Please
register
or
login
to post a comment