Browse Source

1.历史消费

guo 2 years ago
parent
commit
d92d9dcf2d
1 changed files with 2 additions and 2 deletions
  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>