Browse Source

TechHomeController

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

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

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