|
@@ -54,8 +54,8 @@
|
|
|
<div class="am-u-sm-12">
|
|
|
<ul class="am-list am-list-static am-list-border">
|
|
|
<li v-for="product in info.products">
|
|
|
- 名称: {{info.products[0].name}}<br>
|
|
|
- 价格: {{info.products[0].price}}
|
|
|
+ 名称: {{info.products[0].product.name}}<br>
|
|
|
+ 价格: {{info.products[0].product.price}}
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|