Browse Source

TechHomeController

DengTao 8 years ago
parent
commit
f51fd879bb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      www/protected/modules/o2o/views/myComment/info.php

+ 4 - 4
www/protected/modules/o2o/views/myComment/info.php

@@ -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">
-                            名称:&nbsp;{{product.name}}<br>
-                            价格:&nbsp;{{product.price}}
+                            名称:&nbsp;{{info.products[0].product.name}}<br>
+                            价格:&nbsp;{{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">
-                                    服务:&nbsp;{{info.products[0].product.name}}<br>
-                                    价格:&nbsp;{{info.products[0].product.name}}
+                                    服务:&nbsp;{{product.name}}<br>
+                                    价格:&nbsp;{{product.price}}
                                 </li>
                             </ul>
                         </li>