feat(user): 优化礼品卡核销功能

- 修改 API基础 URL 为正式环境地址
- 移除礼品卡信息中的 useTime 字段
-优化礼品卡核销页面布局和功能
- 完善礼品卡信息展示,包括商品图片、描述等
- 优化手动输入核销码流程,支持直接验证- 调整礼品卡状态展示方式,增加过期状态- 优化代码结构,提高可读性和可维护性
This commit is contained in:
2025-08-18 02:10:42 +08:00
parent 13b3d6407b
commit 1f6ecebc6a
3 changed files with 173 additions and 96 deletions

View File

@@ -24,8 +24,6 @@ export interface ShopGift {
type?: number;
// 领取时间
takeTime?: string;
// 使用时间
useTime?: string;
// 过期时间
expireTime?: string;
// 有效期天数