From 33cff0fb8199a87112547806b11c9874da51adf4 Mon Sep 17 00:00:00 2001
From: taozi <552920369@qq.com>
Date: Wed, 27 Jan 2021 11:04:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E4=BC=98?=
=?UTF-8?q?=E6=83=A0=E5=88=B8=E8=8E=B7=E5=8F=96=E4=B8=8D=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/CouponPop.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/components/CouponPop.vue b/components/CouponPop.vue
index 1fe65d4..83ed731 100644
--- a/components/CouponPop.vue
+++ b/components/CouponPop.vue
@@ -14,16 +14,16 @@
>
¥
- {{ item.coupon_price }}
+ {{ item.couponPrice }}
- 购物满{{ item.use_min_price }}元可用
+ 购物满{{ item.useMinPrice }}元可用
不限时
- {{ item.start_time }}-{{ item.end_time }}
+ {{ item.startTime }}-{{ item.endTime }}
{{ !item.is_use ? "立即领取" : "已领取" }}