Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
biao
9 years ago
Commit
934facdff776231429c0417119b80ac0d000bcb2
2 parents
40657429
4659157a
Merge branch 'feature/outlet' of
http://git.yoho.cn/fe/yohobuywap-node
into feature/outlet
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
apps/product/views/action/outlet/will-end.hbs
apps/product/views/action/outlet/will-end.hbs
View file @
934facd
<div
class=
"outlet-page"
>
{{>
product
/
outlet
/
nav
}}
{{#
activity
}}
{{>
resources
/
acivity-outlets
}}
{{#
data
}}
<a
class=
"will-end-back"
href=
"
{{
activityUrl
}}
"
>
<img
class=
"back-image"
src=
"
{{
image
coverUrl
640
300
}}
"
>
<div
class=
"last-time"
>
{{
startLeftTime
}}
</div>
<div
class=
"line-space"
>
<span
class=
"num"
>
{{
promotionName
}}
</span>
<span
class=
"title"
>
{{
title
}}
</span>
<img
class=
"logo"
src=
"
{{
image
logoUrl
150
100
}}
"
></img>
</div>
</a>
{{/
data
}}
{{/
activity
}}
</div>
...
...
Please
register
or
login
to post a comment