Showing
1 changed file
with
3 additions
and
3 deletions
@@ -38,8 +38,8 @@ | @@ -38,8 +38,8 @@ | ||
38 | <div class="price-date"> | 38 | <div class="price-date"> |
39 | {{# goodsPrice}} | 39 | {{# goodsPrice}} |
40 | <div class="goodsPrice"> | 40 | <div class="goodsPrice"> |
41 | - <h1 class="currentPrice">¥{{currentPrice}}</h1> | ||
42 | - <h1 class="previousPrice">¥{{previousPrice}}</h1> | 41 | + <h1 class="currentPrice">{{currentPrice}}</h1> |
42 | + <h1 class="previousPrice">{{previousPrice}}</h1> | ||
43 | </div> | 43 | </div> |
44 | {{/ goodsPrice}} | 44 | {{/ goodsPrice}} |
45 | 45 | ||
@@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
57 | <li class="icons-item {{#if currentLevel}}current-level{{/if}}"> | 57 | <li class="icons-item {{#if currentLevel}}current-level{{/if}}"> |
58 | <span class="vip-img " style="background-size:contain;"> | 58 | <span class="vip-img " style="background-size:contain;"> |
59 | </span> | 59 | </span> |
60 | - <span class="vip-price ">¥{{text}}</span> | 60 | + <span class="vip-price ">{{text}}</span> |
61 | </li> | 61 | </li> |
62 | {{/ list}} | 62 | {{/ list}} |
63 | </ul> | 63 | </ul> |
-
Please register or login to post a comment