Pārlūkot izejas kodu

TechHomeController

DengTao 8 gadi atpakaļ
vecāks
revīzija
94bf956779

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

@@ -50,8 +50,8 @@
                         <li v-for="append in info.append_orders">
                         <li v-for="append in info.append_orders">
                             <ul class="am-list am-list-static am-list-border">
                             <ul class="am-list am-list-static am-list-border">
                                 <li v-for="product in append.products">
                                 <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>
                                 </li>
                             </ul>
                             </ul>
                         </li>
                         </li>