Jelajahi Sumber

文字修改

asd123a20 2 tahun lalu
induk
melakukan
4887341881
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      pages/goods/details.vue

+ 2 - 2
pages/goods/details.vue

@@ -7,8 +7,8 @@
 				<!-- <view class="voucher-coupon-detail-header-info-time">代金券面额:¥{{coupon.money}}</view> -->
  				<view class="voucher-coupon-detail-header-info-desc">剩余数量:{{coupon.remainCount || 0}}</view>
 				<view class="voucher-coupon-detail-header-info-time">需要积分:{{coupon.integral}}</view> 
-				<view class="voucher-coupon-detail-header-info-time">开始领取:{{coupon.startTime}}</view> 
-				<view class="voucher-coupon-detail-header-info-time">结束领取:{{coupon.endTime}}</view> 
+				<view class="voucher-coupon-detail-header-info-time">开始兑换:{{coupon.startTime}}</view> 
+				<view class="voucher-coupon-detail-header-info-time">结束兑换:{{coupon.endTime}}</view> 
 				<view class="voucher-coupon-detail-header-info-time">领取地点:{{coupon.location}}</view> 
  			</view>
  		</view>