Explorar o código

我的代金券显示领取地点

skym1024 %!s(int64=2) %!d(string=hai) anos
pai
achega
168c5f1b26
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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>