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
liangxs
2016-04-27 19:08:17 +0800
Commit
afac2dcaefcd4ed8fc3ed728b66ec269d4c5fe7e
2 parents
330edd07
b788adf5
Merge branch 'feature/coupon' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 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 @
afac2dc
...
...
@@ -94,3 +94,7 @@ $('.coupon-message-op-rel').on('click', function() {
location
.
reload
();
});
if
(
$
(
'#noData'
).
length
>
0
)
{
tip
.
show
(
'网络异常!'
);
}
...
...
template/m.yohobuy.com/actions/index/coupon/index.phtml
View file @
afac2dc
{
{>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>
...
...
@@ -53,7 +53,7 @@
<input
id=
"shareTitle"
type=
"hidden"
value=
"{{shareTitle}}"
>
{
{/
share
}
}
{
{#if
noData
}
}
<input
id=
"noData"
type=
"hidden"
>
{
{/if
}
}
{
{/
content
}
}
</div>
...
...
Please
register
or
login
to post a comment