瀏覽代碼

我的代金券显示领取地点

skym1024 2 年之前
父節點
當前提交
168c5f1b26
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/goods/my.vue

+ 2 - 1
pages/goods/my.vue

@@ -11,7 +11,8 @@
 					<template v-slot:body>
 					<template v-slot:body>
 						<view class="slot-body titleBox" @click="btn(item)">
 						<view class="slot-body titleBox" @click="btn(item)">
 							<view class="slot-box slot-title">{{ item['discountInfo.name'] }}</view>
 							<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>
 						</view>
 					</template>
 					</template>