|
@@ -93,7 +93,7 @@
|
|
|
class="warp_index warp_index_da"
|
|
|
v-if="parkFee.parkInfoEntity.isuseticket === 1"
|
|
|
>
|
|
|
- <view>优惠劵</view>
|
|
|
+ <view>优惠券</view>
|
|
|
<view class="warp_index_color" @click="coupon">
|
|
|
<view
|
|
|
style="margin-right: 10rpx"
|
|
@@ -111,10 +111,10 @@
|
|
|
class="warp_index warp_index_da"
|
|
|
v-if="parkFee.parkInfoEntity.papercoupons === 1 || isShowPapercoupons"
|
|
|
>
|
|
|
- <view>纸质优惠劵</view>
|
|
|
+ <view>纸质优惠券</view>
|
|
|
<view class="warp_index_color" @click="paperCoupon">
|
|
|
<view style="margin-right: 10rpx" class="text-red"
|
|
|
- >扫描纸质优惠劵二维码</view
|
|
|
+ >扫描纸质优惠券二维码</view
|
|
|
>
|
|
|
<image
|
|
|
style="width: 26rpx; height: 26rpx"
|
|
@@ -446,10 +446,10 @@ export default {
|
|
|
// 电子券
|
|
|
couponDesc() {
|
|
|
if (this.checkedCouponCount > 0) {
|
|
|
- return `已选择${this.checkedCouponCount}张优惠劵`;
|
|
|
+ return `已选择${this.checkedCouponCount}张优惠券`;
|
|
|
} else {
|
|
|
if (this.couponCount > 0) {
|
|
|
- return `您有${this.couponCount}张可用优惠劵`;
|
|
|
+ return `您有${this.couponCount}张可用优惠券`;
|
|
|
}
|
|
|
return `暂无可用优惠券`;
|
|
|
}
|
|
@@ -1052,7 +1052,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
|
|
|
- // 电子优惠劵
|
|
|
+ // 电子优惠券
|
|
|
coupon() {
|
|
|
if (!this.couponCount) {
|
|
|
return uni.showToast({
|