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
2016-04-27 18:39:56 +0800
Commit
b788adf55b0b9202c8c73efe7f425fc5d1423a22
1 parent
c4871de4
领券页面空白提示框
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/index/coupon.js
template/m.yohobuy.com/actions/index/coupon/index.phtml
static/js/index/coupon.js
View file @
b788adf
...
...
@@ -94,7 +94,7 @@ $('.coupon-message-op-rel').on('click', function() {
location
.
reload
();
});
if
(
$
(
'#noData'
).
length
>
=
0
)
{
if
(
$
(
'#noData'
).
length
>
0
)
{
tip
.
show
(
'网络异常!'
);
}
...
...
template/m.yohobuy.com/actions/index/coupon/index.phtml
View file @
b788adf
{
{>layout/header
}
}
<div
class=
"coupon-area"
>
<div
class=
"coupon-area
yoho-page
"
>
{
{#
content
}
}
{
{#if
isSingleImage
}
}
<a
href=
"{{url}}"
><img
src=
"{{src}}"
class=
"just-img"
/></a>
...
...
Please
register
or
login
to post a comment