Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | </div> | 19 | </div> |
20 | <div class="item-content"> | 20 | <div class="item-content"> |
21 | <h2>{{title}}</h2> | 21 | <h2>{{title}}</h2> |
22 | - <p>¥{{# price}}<span>{{.}}</span>{{/ price}}¥{{sPrice}}</p> | 22 | + <p>{{# price}}<span>¥{{.}}</span>{{/ price}}¥{{sPrice}}</p> |
23 | </div> | 23 | </div> |
24 | </li> | 24 | </li> |
25 | {{/ list}} | 25 | {{/ list}} |
-
Please register or login to post a comment