Showing
1 changed file
with
13 additions
and
0 deletions
public/hbs/guang/list.hbs
0 → 100644
1 | +{{# list}} | ||
2 | +<div class="guang-item"> | ||
3 | + <a href="//guang.m.yohobuy.com/info/index?id={{id}}"> | ||
4 | + <div class="page-c"> | ||
5 | + <img src="{{image2 src w=690 h=430 q=30}}" /> | ||
6 | + <div class="info"> | ||
7 | + <p class="name eps-2">{{title}}</p> | ||
8 | + <p class="type">{{category_name}}</p> | ||
9 | + </div> | ||
10 | + </div> | ||
11 | + </a> | ||
12 | +</div> | ||
13 | +{{/ list}} |
-
Please register or login to post a comment