Browse Source

MyorderController

e 8 years ago
parent
commit
646001d6f2
1 changed files with 2 additions and 2 deletions
  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;{{order.products[0].name}}<br>
-                            价格:&nbsp;{{order.products[0].price}}
+                            名称:&nbsp;{{info.products[0].name}}<br>
+                            价格:&nbsp;{{info.products[0].price}}
                         </li>
                     </ul>
                 </div>