细节优化

feat/task1-c-wallet
devil 2020-11-02 22:49:14 +08:00
parent 1a7cc885e4
commit 3c4b2aae3c
1 changed files with 5 additions and 1 deletions

View File

@ -200,7 +200,11 @@
<li>
<span>{{$order.status_name}}</span>
{{if $order['items_count'] gt 1}}
<span class="items-count">等{{$order.items_count}}种商品</span>
<span class="items-count">
<em></em>
<em>{{$order.items_count}}</em>
<em>种商品</em>
</span>
{{/if}}
</li>
</ul>