Ver Fonte

MyorderController

e há 8 anos atrás
pai
commit
f5c552133e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      www/protected/modules/o2o/views/myOrder/info.php

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

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