fix(mall): 修复多端商城模块类型与组件兼容问题

- 修复商城统计时间参数、客服消息类型导入等类型错误
- 对齐 web-antd、web-ele、web-antdv-next 的商城促销组件类型定义
- 修复 DIY 装修、组合活动、积分活动、运费模板等组件兼容问题
This commit is contained in:
YunaiV
2026-06-07 00:31:26 +08:00
parent f8fb3d881d
commit f2a5bc522d
25 changed files with 59 additions and 93 deletions

View File

@@ -7,7 +7,7 @@ import { requestClient } from '#/api/request';
export namespace MallTradeStatisticsApi {
/** 交易状况 Request */
export interface TradeTrendReqVO {
times: [Date, Date];
times?: string[];
}
/** 交易统计 Response */