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