update to fix the img can not display bug. code review by LZF
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | {{/if}} | 10 | {{/if}} |
11 | 11 | ||
12 | <div class="info"> | 12 | <div class="info"> |
13 | - <img class="thumb lazy" data-original={{url}}> | 13 | + <img class="thumb lazy" data-original={{thumb}}> |
14 | {{#if isAdvanceBuy}} | 14 | {{#if isAdvanceBuy}} |
15 | <p class="few-tag plus-tag">加价购</p> | 15 | <p class="few-tag plus-tag">加价购</p> |
16 | {{^}} | 16 | {{^}} |
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | {{/if}} | 51 | {{/if}} |
52 | 52 | ||
53 | 53 | ||
54 | - | 54 | + |
55 | <span class="iconfont icon-del"></span> | 55 | <span class="iconfont icon-del"></span> |
56 | </p> | 56 | </p> |
57 | <p class="row"> | 57 | <p class="row"> |
-
Please register or login to post a comment