From 999c2811465079edb5f1337ab593f93a5915d525 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 11 九月 2024 15:56:58 +0800
Subject: [PATCH] update 禁用用户问题
---
sub_pages/customer/coupon/good-all.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sub_pages/customer/coupon/good-all.vue b/sub_pages/customer/coupon/good-all.vue
index 65dbaee..9e36900 100644
--- a/sub_pages/customer/coupon/good-all.vue
+++ b/sub_pages/customer/coupon/good-all.vue
@@ -158,7 +158,8 @@
},
{
name: '优惠券',
- api: '/api/v2/coupon/app/activy/list',
+ // api: '/api/v2/coupon/app/activy/list',
+ api: '/api/v2/coupon/point/active/list',
},
],
--
Gitblit v1.9.3