home.fixture.js 2.83 KB
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'

/**
 * @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: '/pages/map-guide/index',
      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',
})