home.fixture.js
3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
const top_banner_image = 'https://cdn.ipadbiz.cn/jls_weapp/images/banner01@2x.png'
const top_banner_image_02 = 'https://cdn.ipadbiz.cn/jls_weapp/images/banner02@2x.png'
const top_banner_image_03 = 'https://cdn.ipadbiz.cn/jls_weapp/images/banner03@2x.png'
const bottom_banner_image_01 = 'https://cdn.ipadbiz.cn/jls_weapp/images/banner02@2x.png'
const bottom_banner_image_02 = 'https://cdn.ipadbiz.cn/jls_weapp/images/banner03@2x.png'
const map_guide_url = 'https://oa-dev.onwall.cn/f/map/#/checkin/?id=835368¤t_lng=121.52609¤t_lat=31.25956&openid=oAHBN14FGjUihI-ayF22_rCe0APM&activityId=8353701&_t=00&navMode=jls&activeTab=&jlsTabbarPreview=1&jlsTabbarMock=1'
/**
* @description 首页接口 mock 样本
* - 字段结构对齐 Apifox“首页”接口
* - 当前图片与图标先复用现有首页假数据,等真实接口出数后可直接替换
*/
export const getHomeContentFixture = () => ({
volunteer_top_banner: [
{
id: 2770328,
title: '苏州觉林寺',
link: top_banner_image,
value: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=futian_list',
},
{
id: 2770329,
title: '法讯动态',
link: top_banner_image_02,
value: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=news_list',
},
{
id: 2770331,
title: '共修活动',
link: top_banner_image_03,
value: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=practice',
},
],
volunteer_bottom_banner: [
{
id: 2770330,
title: '新春祈福法会',
link: bottom_banner_image_01,
value: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=activity_spring',
},
{
id: 2770332,
title: '中秋月光茶会',
link: bottom_banner_image_02,
value: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=activity_moon',
},
{
id: 2770333,
title: '禅修静心体验',
link: bottom_banner_image_01,
value: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=activity_meditation',
},
{
id: 2770334,
title: '法物流通',
link: bottom_banner_image_02,
value: '',
},
],
volunteer_home_icon: [
{
id: 2770335,
title: '地图导览',
link: map_guide_url,
icon: 'fa-odnoklassniki-square',
},
{
id: 2770336,
title: '法讯-最新动态',
link: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=news_list',
icon: 'icon-jingxiuying',
},
{
id: 2770337,
title: '寺院介绍',
link: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=temple_intro',
icon: 'icon-jingxiuying',
},
{
id: 2770338,
title: '共修活动',
link: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=practice',
icon: 'icon-jingxiuying',
},
{
id: 2770339,
title: '义工报名',
link: 'https://oa-dev.onwall.cn/f/futian_home/?f=f&p=volunteer',
icon: 'icon-jingxiuying',
},
{
id: 2770340,
title: '联系我们',
link: '',
icon: 'icon-jingxiuying',
},
],
title: '苏州觉林寺',
color: '#d75b5b',
})