fix: 处理 banner配置页面相关问题
This commit is contained in:
@@ -13,12 +13,12 @@ export interface MockBannerVO {
|
||||
img: string;
|
||||
title: string;
|
||||
type: string;
|
||||
linkUrl: string;
|
||||
params: string;
|
||||
area: string;
|
||||
showTimeBegin: string;
|
||||
showTimeEnd: string;
|
||||
status: string;
|
||||
createTime: string;
|
||||
createDate: string;
|
||||
}
|
||||
|
||||
export const MOCK_BANNER_LIST: MockBannerVO[] = [
|
||||
@@ -27,143 +27,143 @@ export const MOCK_BANNER_LIST: MockBannerVO[] = [
|
||||
img: 'https://picsum.photos/seed/banner1/80/44',
|
||||
title: '2026全国青少年羽毛球锦标赛火热报名中',
|
||||
type: '1',
|
||||
linkUrl: '',
|
||||
area: '广东省深圳市',
|
||||
params: 'EV20260701001',
|
||||
area: '深圳市',
|
||||
showTimeBegin: '2026-08-01 00:00',
|
||||
showTimeEnd: '2026-08-31 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-20 08:00:00',
|
||||
createDate: '2026-07-20 08:00:00',
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
img: 'https://picsum.photos/seed/banner2/80/44',
|
||||
title: '马拉松城市联赛限时优惠',
|
||||
type: '2',
|
||||
linkUrl: 'https://example.com/marathon',
|
||||
area: '浙江省杭州市',
|
||||
params: 'https://example.com/marathon',
|
||||
area: '杭州市',
|
||||
showTimeBegin: '2026-08-15 00:00',
|
||||
showTimeEnd: '2026-09-15 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-19 11:30:00',
|
||||
createDate: '2026-07-19 11:30:00',
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
img: 'https://picsum.photos/seed/banner3/80/44',
|
||||
title: '健身运动会专属福利',
|
||||
type: '1',
|
||||
linkUrl: '',
|
||||
params: 'EV20260701003',
|
||||
area: '北京市',
|
||||
showTimeBegin: '2026-07-01 00:00',
|
||||
showTimeEnd: '2026-07-30 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-18 14:20:00',
|
||||
createDate: '2026-07-18 14:20:00',
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
img: 'https://picsum.photos/seed/banner4/80/44',
|
||||
title: '平台品牌宣传活动',
|
||||
type: '2',
|
||||
linkUrl: 'https://example.com/promo',
|
||||
params: 'https://example.com/promo',
|
||||
area: '上海市',
|
||||
showTimeBegin: '2026-06-01 00:00',
|
||||
showTimeEnd: '2026-06-30 23:59',
|
||||
status: '0',
|
||||
createTime: '2026-07-17 18:05:00',
|
||||
createDate: '2026-07-17 18:05:00',
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
img: 'https://picsum.photos/seed/banner5/80/44',
|
||||
title: '2026全国青少年羽毛球锦标赛火热报名中',
|
||||
type: '1',
|
||||
linkUrl: '',
|
||||
area: '广东省深圳市',
|
||||
params: 'EV20260701005',
|
||||
area: '深圳市',
|
||||
showTimeBegin: '2026-09-01 00:00',
|
||||
showTimeEnd: '2026-09-30 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-16 21:15:00',
|
||||
createDate: '2026-07-16 21:15:00',
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
img: 'https://picsum.photos/seed/banner6/80/44',
|
||||
title: '马拉松城市联赛限时优惠',
|
||||
type: '3',
|
||||
linkUrl: '/pages/activity/detail',
|
||||
area: '浙江省杭州市',
|
||||
params: '/pages/activity/detail',
|
||||
area: '杭州市',
|
||||
showTimeBegin: '2026-10-01 00:00',
|
||||
showTimeEnd: '2026-10-31 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-15 00:30:00',
|
||||
createDate: '2026-07-15 00:30:00',
|
||||
},
|
||||
{
|
||||
id: '7',
|
||||
img: 'https://picsum.photos/seed/banner7/80/44',
|
||||
title: '全民健身日特别活动',
|
||||
type: '1',
|
||||
linkUrl: '',
|
||||
params: 'EV20260701007',
|
||||
area: '北京市',
|
||||
showTimeBegin: '2026-08-08 00:00',
|
||||
showTimeEnd: '2026-08-08 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-14 03:50:00',
|
||||
createDate: '2026-07-14 03:50:00',
|
||||
},
|
||||
{
|
||||
id: '8',
|
||||
img: 'https://picsum.photos/seed/banner8/80/44',
|
||||
title: '新春运动季大促销',
|
||||
type: '2',
|
||||
linkUrl: 'https://example.com/spring',
|
||||
params: 'https://example.com/spring',
|
||||
area: '上海市',
|
||||
showTimeBegin: '2026-01-15 00:00',
|
||||
showTimeEnd: '2026-02-15 23:59',
|
||||
status: '0',
|
||||
createTime: '2026-07-13 07:05:00',
|
||||
createDate: '2026-07-13 07:05:00',
|
||||
},
|
||||
{
|
||||
id: '9',
|
||||
img: 'https://picsum.photos/seed/banner9/80/44',
|
||||
title: '2026全国青少年羽毛球锦标赛火热报名中',
|
||||
type: '1',
|
||||
linkUrl: '',
|
||||
area: '广东省深圳市',
|
||||
type: '0',
|
||||
params: '',
|
||||
area: '全国',
|
||||
showTimeBegin: '2026-08-01 00:00',
|
||||
showTimeEnd: '2026-08-31 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-12 10:25:00',
|
||||
createDate: '2026-07-12 10:25:00',
|
||||
},
|
||||
{
|
||||
id: '10',
|
||||
img: 'https://picsum.photos/seed/banner10/80/44',
|
||||
title: '平台品牌宣传活动',
|
||||
type: '2',
|
||||
linkUrl: 'https://example.com/brand',
|
||||
area: '浙江省杭州市',
|
||||
params: 'https://example.com/brand',
|
||||
area: '杭州市',
|
||||
showTimeBegin: '2026-11-01 00:00',
|
||||
showTimeEnd: '2026-11-30 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-11 13:40:00',
|
||||
createDate: '2026-07-11 13:40:00',
|
||||
},
|
||||
{
|
||||
id: '11',
|
||||
img: 'https://picsum.photos/seed/banner11/80/44',
|
||||
title: '秋季健身挑战赛',
|
||||
type: '1',
|
||||
linkUrl: '',
|
||||
params: 'EV20260701011',
|
||||
area: '北京市',
|
||||
showTimeBegin: '2026-09-01 00:00',
|
||||
showTimeEnd: '2026-09-30 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-10 17:00:00',
|
||||
createDate: '2026-07-10 17:00:00',
|
||||
},
|
||||
{
|
||||
id: '12',
|
||||
img: 'https://picsum.photos/seed/banner12/80/44',
|
||||
title: '双十一运动装备大促',
|
||||
type: '2',
|
||||
linkUrl: 'https://example.com/double11',
|
||||
params: 'https://example.com/double11',
|
||||
area: '上海市',
|
||||
showTimeBegin: '2026-11-01 00:00',
|
||||
showTimeEnd: '2026-11-11 23:59',
|
||||
status: '1',
|
||||
createTime: '2026-07-09 20:15:00',
|
||||
createDate: '2026-07-09 20:15:00',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user