guo 2 anni fa
parent
commit
d92d9dcf2d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pages/user/historySpend.vue

+ 2 - 2
pages/user/historySpend.vue

@@ -9,8 +9,8 @@
 
 			<view class="shopName">{{item.ShopName}}</view>
 			
-			<view class="itemContent" v-show="item.listItems.length != 0" v-for="(v,i) in item.listItems.">{{v.ItemName}},</view>
-			<view class="itemContent" v-show="item.listParts.length != 0" v-for="(v,i) in item.listParts.">{{v.GoodsName}},</view>
+			<view class="itemContent" v-show="item.listItems.length != 0" v-for="(v,i) in item.listItems">{{v.ItemName}},</view>
+			<view class="itemContent" v-show="item.listParts.length != 0" v-for="(v,i) in item.listParts">{{v.GoodsName}},</view>
 			
 		</view>