From fadf49c0473f9b2eeefcee36eda933f2ae7a4996 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Wed, 22 Apr 2026 18:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E4=BC=98=E6=83=A0=E5=88=B8=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user.ts | 7 +++++++ src/bundle/coupon/my-coupon.vue | 17 +++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/api/user.ts b/src/api/user.ts index cc4ae4c..903864b 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -93,6 +93,13 @@ export function getMyCoupon() { return http.Post('/api/UserCoupon/coupinList') } +/** + * 个人中心可用优惠券 + */ +export function getMyAvailableCoupon() { + return http.Post('/api/UserCoupon/personUserCoupinList') +} + /** * 领取个人中心优惠券 */ diff --git a/src/bundle/coupon/my-coupon.vue b/src/bundle/coupon/my-coupon.vue index 620b5cf..9f79c8e 100644 --- a/src/bundle/coupon/my-coupon.vue +++ b/src/bundle/coupon/my-coupon.vue @@ -38,7 +38,7 @@ - + @@ -66,7 +66,7 @@