|
@@ -1,17 +1,20 @@
|
|
- <template>
|
|
|
|
|
|
+<template>
|
|
<footer class="index_foot">
|
|
<footer class="index_foot">
|
|
- <div class="foot_img_box">
|
|
|
|
- <a :href="item.url" v-for="(item, index) in bottomLink" :title="item.title" target="_blank">
|
|
|
|
- <img :src="item.logo_url" :alt="item.title">
|
|
|
|
|
|
+ <div class="foot_img_box">
|
|
|
|
+ <a :href="item.url" v-for="(item, index) in bottomLink" target="_blank">
|
|
|
|
+ <img :src="item.logo_url" alt="">
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="foot_frind_box">
|
|
<div class="foot_frind_box">
|
|
- <span>友情链接</span>
|
|
|
|
|
|
+ <span>友情链接</span>
|
|
<div>
|
|
<div>
|
|
- <a :href="item.url" v-for="(item, index) in bottomText" :key="index" :title="item.title" target="_blank">{{ item.title }}</a>
|
|
|
|
|
|
+ <a :href="item.url" v-for="(item, index) in bottomText" :key="index" target="_blank">{{item.title}}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="call_us_box">
|
|
|
|
|
|
+ </footer>
|
|
|
|
+
|
|
|
|
+ <div class="call_us_box">
|
|
|
|
+ <div class="inner">
|
|
<span v-for="(item, index) in bottomMenu" :key="index">
|
|
<span v-for="(item, index) in bottomMenu" :key="index">
|
|
<NuxtLink :to="{ path: `/about/${item.name_pinyin}/list-1.html` }" v-if="item.type == 1" :title="item.name">
|
|
<NuxtLink :to="{ path: `/about/${item.name_pinyin}/list-1.html` }" v-if="item.type == 1" :title="item.name">
|
|
{{ item.name }}
|
|
{{ item.name }}
|
|
@@ -21,7 +24,9 @@
|
|
</NuxtLink>
|
|
</NuxtLink>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
- <div class="foot_text_box" v-if="bottomBase">
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <footer class="index_foot">
|
|
|
|
+ <div class="foot_text_box">
|
|
<p v-html="bottomBase.statement" class="foot_text_html_css"></p>
|
|
<p v-html="bottomBase.statement" class="foot_text_html_css"></p>
|
|
<p v-html="bottomBase.organizer" class="foot_text_html_css"></p>
|
|
<p v-html="bottomBase.organizer" class="foot_text_html_css"></p>
|
|
<p v-html="bottomBase.copyright_information" class="foot_text_html_css"></p>
|
|
<p v-html="bottomBase.copyright_information" class="foot_text_html_css"></p>
|
|
@@ -51,50 +56,11 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--在线客服-->
|
|
<!--在线客服-->
|
|
- <div class="kefu">
|
|
|
|
- <div class="kefu_itemKf">
|
|
|
|
- <a :href="bottomBase.online_service" target="_blank">
|
|
|
|
- <img src="https://img.bjzxtw.org.cn/pre/public/image/online1.png">
|
|
|
|
- <p>在线客服</p>
|
|
|
|
- </a>
|
|
|
|
- </div>
|
|
|
|
- <div class="kefu_itemQQ">
|
|
|
|
- <img src="https://img.bjzxtw.org.cn/pre/public/image/qq1.png">
|
|
|
|
- <p>QQ客服</p>
|
|
|
|
- <div class="kefu_item_content_QQ">
|
|
|
|
- <div @click="addQQFriend(qq1)" class="qqadd">
|
|
|
|
- <img src="https://img.bjzxtw.org.cn/pre/public/index/tubiao1.png" width="100">
|
|
|
|
- <div class="qqfs">{{bottomBase.customer_service_qq}}</div>
|
|
|
|
- </div>
|
|
|
|
- <div @click="addQQFriend(qq2)" class="qqadd">
|
|
|
|
- <img src="https://img.bjzxtw.org.cn/pre/public/index/tubiao2.png" width="100">
|
|
|
|
- <div class="qqfs">{{bottomBase.communications}}</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="arrow"></div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="kefu_itemPhone">
|
|
|
|
- <img src="https://img.bjzxtw.org.cn/pre/public/image/dianhua1.png">
|
|
|
|
- <p>电话客服</p>
|
|
|
|
- <div class="kefu_item_content_phone">
|
|
|
|
- <div class="kefu_item_content_phone_title">联系电话:</div>
|
|
|
|
- <div>{{bottomBase.customer_service}}</div>
|
|
|
|
- <div class="arrow"></div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </footer>
|
|
|
|
|
|
+ <HomeKefu :bottomBase="bottomBase" />
|
|
|
|
+ </footer>
|
|
</template>
|
|
</template>
|
|
-
|
|
|
|
|
|
+
|
|
<script setup>
|
|
<script setup>
|
|
-//0.添加网站客服 start---------------------------------------->
|
|
|
|
-//添加网站客服
|
|
|
|
-function addQQFriend(qqNumber) {
|
|
|
|
- // 使用tencent协议唤起QQ客户端并添加好友
|
|
|
|
- window.location.href = `tencent://message/?uin=${qqNumber}&Site=&Menu=yes`;
|
|
|
|
-}
|
|
|
|
-//0.添加网站客服 end---------------------------------------->
|
|
|
|
-
|
|
|
|
//获得底部基本信息 start---------------------------------------->
|
|
//获得底部基本信息 start---------------------------------------->
|
|
//1.获得全部友情链接与底部图片
|
|
//1.获得全部友情链接与底部图片
|
|
const bottomLink = ref([])
|
|
const bottomLink = ref([])
|
|
@@ -103,9 +69,6 @@ const bottomphoto = ref([])
|
|
const bottomMenu = ref([])
|
|
const bottomMenu = ref([])
|
|
const bottomBase = ref({})
|
|
const bottomBase = ref({})
|
|
|
|
|
|
-const qq1 = ref("")
|
|
|
|
-const qq2 = ref("")
|
|
|
|
-
|
|
|
|
async function getModelDataAll() {
|
|
async function getModelDataAll() {
|
|
const mkdata = await requestDataPromise('/web/getWebsiteFootAll', {
|
|
const mkdata = await requestDataPromise('/web/getWebsiteFootAll', {
|
|
method: 'GET',
|
|
method: 'GET',
|
|
@@ -137,5 +100,6 @@ getModelDataAll();
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
- @import '@/assets/css/footer.less';
|
|
|
|
|
|
+ @import '@/assets/css/public/footer.less';
|
|
|
|
+ @import '@/assets/css/public/kefu.less';
|
|
</style>
|
|
</style>
|