Showing
1 changed file
with
2 additions
and
0 deletions
@@ -5,9 +5,11 @@ | @@ -5,9 +5,11 @@ | ||
5 | <div class="hot-point" style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;"> | 5 | <div class="hot-point" style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;"> |
6 | <span class="pointer">{{label}}</span> | 6 | <span class="pointer">{{label}}</span> |
7 | <div class="hp-good"> | 7 | <div class="hp-good"> |
8 | + {{#product}} | ||
8 | <a href="{{href}}"> | 9 | <a href="{{href}}"> |
9 | <img class="pic" src="{{img}}"> | 10 | <img class="pic" src="{{img}}"> |
10 | </a> | 11 | </a> |
12 | + {{/product}} | ||
11 | {{#product}} | 13 | {{#product}} |
12 | <div class="info"> | 14 | <div class="info"> |
13 | <strong>{{productName}}</strong> | 15 | <strong>{{productName}}</strong> |
-
Please register or login to post a comment