diff --git a/src/components/template_2/Footer.astro b/src/components/template_2/Footer.astro index 3820602..48e80d9 100644 --- a/src/components/template_2/Footer.astro +++ b/src/components/template_2/Footer.astro @@ -126,13 +126,17 @@ const { path = [] } = Astro.props

7*24小时服务热线 -

- 888888 -
+ { + extra?.contact_us?.telephone.map(item => { + return
+ {item.number} +
+ }) + }

-
+
关注我们
@@ -148,8 +152,6 @@ const { path = [] } = Astro.props { extra.gongzhonghao_offical.address ? : '' } + { + extra.douyin_offical.address ? +
  • + +
    + +
    +

    {extra.douyin_offical.name}

    +
    +
    + +
    +
  • : '' + }
    diff --git a/utils/extra.ts b/utils/extra.ts index 45f744c..705984b 100644 --- a/utils/extra.ts +++ b/utils/extra.ts @@ -110,7 +110,7 @@ export const EXTRA_DEFAULT = { {number: 666666, desc: '7*24小时 | 普通话全国热线'}, ], email: [ - {address: 'admin@gmail.com'}, + {address: 'wuhanzhizhen01@163.com'}, {address: 'admin@outlook.com'} ], content: `


     【官方客服电话】

        24小时服务热线:400-116-0580

     
    【电子邮箱】

        E-mail:tianjinchangdu@126.com


      【官方媒体平台】

        微信公众号:葫芦时刻
        官方微博:葫芦时刻


    ` @@ -349,11 +349,11 @@ export const EXTRA_ZHISHIHUISHENG = { contact_us: { title: '联系我们', telephone: [ - {number: 400-136-3116, desc: '7*24小时 | 普通话全国热线'}, + {number: '400-136-3116', desc: '7*24小时 | 普通话全国热线'}, ], email: [ - {address: 'admin@gmail.com'}, - {address: 'admin@outlook.com'} + {address: 'wuhanzhizhen01@163.com'}, + // {address: 'admin@outlook.com'} ], content: `


     【官方客服电话】

        24小时服务热线:400-116-0580

     
    【电子邮箱】

        E-mail:tianjinchangdu@126.com


      【官方媒体平台】

        微信公众号:葫芦时刻
        官方微博:葫芦时刻


    ` },