Ver código fonte

我的代金券显示领取地点

skym1024 2 anos atrás
pai
commit
168c5f1b26
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      pages/goods/my.vue

+ 2 - 1
pages/goods/my.vue

@@ -11,7 +11,8 @@
 					<template v-slot:body>
 						<view class="slot-body titleBox" @click="btn(item)">
 							<view class="slot-box slot-title">{{ item['discountInfo.name'] }}</view>
-							<view class="slot-box slot-text">领取时间:{{ item.createTime }}</view>
+							<!-- <view class="slot-box slot-text">领取时间:{{ item.endTime }}前</view> -->
+							<view class="slot-box slot-text">领取地点:{{ item['discountInfo.location'] }}</view>
 							
 						</view>
 					</template>