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
Plain Diff
Browse Files
Authored by
郭成尧
2016-04-28 14:29:11 +0800
Commit
a0c516b8160a6aac7ae0448b222175768dfe17ea
2 parents
905bccdb
b788adf5
merge branch 'feature/coupon' of
http://git.dev.yoho.cn/web/yohobuywap
into feature/coupon
some_code
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 @
a0c516b
...
...
@@ -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 @
a0c516b
{
{>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