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
Email Patches
Plain Diff
Browse Files
Authored by
李靖
2017-11-28 18:03:08 +0800
Commit
2ce7a2bbbd414b4f126aa40f94b9b5aaa17e71a9
1 parent
203f9f1d
more
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
public/hbs/guang/list.hbs
public/hbs/guang/list.hbs
0 → 100644
View file @
2ce7a2b
{{#
list
}}
<div
class=
"guang-item"
>
<a
href=
"//guang.m.yohobuy.com/info/index?id=
{{
id
}}
"
>
<div
class=
"page-c"
>
<img
src=
"
{{
image2
src
w
=
690
h
=
430
q
=
30
}}
"
/>
<div
class=
"info"
>
<p
class=
"name eps-2"
>
{{
title
}}
</p>
<p
class=
"type"
>
{{
category_name
}}
</p>
</div>
</div>
</a>
</div>
{{/
list
}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment