Browse Source

修改文字

asd123a20 1 year ago
parent
commit
217e2ba4e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/goods/details.vue

+ 1 - 1
pages/goods/details.vue

@@ -13,7 +13,7 @@
  			</view>
  		</view>
  		<view class="voucher-coupon-detail-content">
- 			<view class="voucher-coupon-detail-content-title">说明</view>
+ 			<view class="voucher-coupon-detail-content-title">使用说明</view>
  			<view class="voucher-coupon-detail-content-desc" v-html="coupon.details"></view>
  		</view>
  		<view class="voucher-coupon-detail-footer-btn" v-if="type !== 'my'" :class="{ remainCount: coupon.remainCount == 0 }" @click="receive">立即兑换</view>