Showing
2 changed files
with
3 additions
and
7 deletions
@@ -6,13 +6,9 @@ | @@ -6,13 +6,9 @@ | ||
6 | <div class="deps"> | 6 | <div class="deps"> |
7 | <p class="name row">{{name}}</p> | 7 | <p class="name row">{{name}}</p> |
8 | <p class="row"> | 8 | <p class="row"> |
9 | - <span class="price"> | ||
10 | - ¥{{#if price}}{{price}}{{else}}{{marketPrice}}{{/if}} | ||
11 | - </span> | 9 | + <span class="price">¥{{#if price}}{{price}}{{else}}{{marketPrice}}{{/if}}</span> |
12 | {{#if price}} | 10 | {{#if price}} |
13 | - <span class="price market-price"> | ||
14 | - ¥{{marketPrice}} | ||
15 | - </span> | 11 | + <span class="price market-price">¥{{marketPrice}}</span> |
16 | {{/if}} | 12 | {{/if}} |
17 | <span class="count"> | 13 | <span class="count"> |
18 | ×{{count}} | 14 | ×{{count}} |
-
Please register or login to post a comment