优惠券

This commit is contained in:
@fawn-nine
2024-10-18 15:16:09 +08:00
parent d46f419846
commit 9b9849bf72
5 changed files with 2242 additions and 1979 deletions

View File

@@ -149,7 +149,7 @@
<template v-if="v.type == 3">
<template v-if="!curCoupon.id">
<template v-if="couponHistoryList.length > 0">
<text style="color: #999" @click="showCouponPup = true">可用({{couponHistoryList.length}})</text>
<text style="color: #999" @click="showCouponPup = true">({{couponHistoryList.length}})</text>
<text @click="showCouponPup = true" style="display: inline-block; margin-left: 20rpx; background-color: #fe6035; color: #fff; border-radius: 30rpx;font-size: 26rpx; border: 4rpx #fe6035 solid; ">选择优惠券</text>
</template>
<template v-else>