...
|
...
|
@@ -6,13 +6,9 @@ |
|
|
<div class="deps">
|
|
|
<p class="name row">{{name}}</p>
|
|
|
<p class="row">
|
|
|
<span class="price">
|
|
|
¥{{#if price}}{{price}}{{else}}{{marketPrice}}{{/if}}
|
|
|
</span>
|
|
|
<span class="price">¥{{#if price}}{{price}}{{else}}{{marketPrice}}{{/if}}</span>
|
|
|
{{#if price}}
|
|
|
<span class="price market-price">
|
|
|
¥{{marketPrice}}
|
|
|
</span>
|
|
|
<span class="price market-price">¥{{marketPrice}}</span>
|
|
|
{{/if}}
|
|
|
<span class="count">
|
|
|
×{{count}}
|
...
|
...
|
|