|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<div class="footer-logo"> |
|
|
|
<div style="width: 89px; height: 44px"> |
|
|
|
<img |
|
|
|
src="" |
|
|
|
:src="appConfig.head_logo" |
|
|
|
alt="logo" |
|
|
|
style="width: 200px; height: 100%;max-width: 200px; object-fit: contain;" |
|
|
|
/> |
|
|
|
@ -23,13 +23,12 @@ |
|
|
|
aria-controls="lang_menu" aria-expanded="false" aria-label="Toggle navigation">{{ nativeLang }} |
|
|
|
</button> --> |
|
|
|
<button class="lang_now" @click="toggleMenu">{{ nativeLang }}</button> |
|
|
|
<div class="lang_menu" id="lang_menu" :class="showMenu?'show':'hide'"> |
|
|
|
<div class="lang_menu" id="lang_menu" :class="showMenu?'show':'hide'"> |
|
|
|
<div class="item" v-for="(item1, index1) in langList" :key="index1" @click.prevent="chooseNative(item1.value)"> |
|
|
|
{{ item1.label }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="footer-upper-section-list"> |
|
|
|
<!-- service --> |
|
|
|
<div class="service" v-if="service.length>0"> |
|
|
|
@ -42,23 +41,17 @@ |
|
|
|
color: #fff; |
|
|
|
" |
|
|
|
> |
|
|
|
{{ $t("homeNewText.gg1") }} |
|
|
|
{{ $t("common.service") }} |
|
|
|
</p> |
|
|
|
<p class="foot_p" > |
|
|
|
<span class="serviceText" @click="Jump(college[0].url)">{{$t("homeNewText.gg1")}}</span> |
|
|
|
</p> |
|
|
|
<p class="foot_p" > |
|
|
|
<span class="serviceText" @click="Jump(college[0].url)">{{$t("homeNewText.gg2")}}</span> |
|
|
|
</p> |
|
|
|
<p class="foot_p" > |
|
|
|
<span class="serviceText" @click="Jump(college[0].url)">{{$t("homeNewText.gg3")}}</span> |
|
|
|
</p> |
|
|
|
<p class="foot_p" > |
|
|
|
<span class="serviceText" @click="Jump(college[0].url)">{{$t("homeNewText.gg4")}}</span> |
|
|
|
</p> |
|
|
|
<p class="foot_p" > |
|
|
|
<span class="serviceText" @click="Jump(college[0].url)">{{$t("homeNewText.gg5")}}</span> |
|
|
|
</p> |
|
|
|
<span class="serviceText" @click="Jump(service[0].url)">{{service[0].label}}</span> |
|
|
|
</p> |
|
|
|
<p class="foot_p" > |
|
|
|
<span class="serviceText" @click="Jump(service[1].url)">{{service[1].label}}</span> |
|
|
|
</p> |
|
|
|
<p class="foot_p" > |
|
|
|
<span class="serviceText" @click="Jump(service[2].url)">{{service[2].label}}</span> |
|
|
|
</p> |
|
|
|
<!-- <router-link :to="service[0].url">{{ |
|
|
|
service[0].label |
|
|
|
}}</router-link> |
|
|
|
@ -72,7 +65,6 @@ |
|
|
|
<router-link :to="service[2].url">{{ |
|
|
|
service[2].label |
|
|
|
}}</router-link> --> |
|
|
|
|
|
|
|
<!-- <router-link :to="service[3].url">{{ service[3].label }}</router-link> --> |
|
|
|
</p> |
|
|
|
<!-- <p class="foot_p" > |
|
|
|
@ -82,7 +74,6 @@ |
|
|
|
</p> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- college --> |
|
|
|
<div class="college" style="margin:0 119px;" v-if="college.length>0"> |
|
|
|
<div class="item item1" style="width: 100%;text-align: left"> |
|
|
|
@ -130,7 +121,6 @@ |
|
|
|
</p> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- email --> |
|
|
|
<div class="item"> |
|
|
|
<p |
|
|
|
@ -147,9 +137,6 @@ |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="logo"> --> |
|
|
|
<!-- <img src="../assets/img/logo1.png" alt="logo" style="width:208px;height:68px" /> --> |
|
|
|
<!-- <div style="width: 90px; height: 91px"> |
|
|
|
@ -159,7 +146,6 @@ |
|
|
|
style="width: 100%; height: 100%; object-fit: contain" |
|
|
|
/> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
<!-- <span>{{$t('common.footerTips1')}}</span> --> |
|
|
|
<!-- </div> --> |
|
|
|
<!-- <span>{{ $t('common.footerTips1') }}</span> --> |
|
|
|
@ -168,8 +154,6 @@ |
|
|
|
<!-- <p class="foot_p">{{ $t('common.footerTips3') }}</p> --> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- email --> |
|
|
|
<!-- <div class="item" style="width:30%;margin-top: 74px;"> |
|
|
|
<p class="item_p" style="text-align: start; font-size:16px;">{{ $t("common.contactUs") }}</p> |
|
|
|
@ -186,7 +170,6 @@ |
|
|
|
{{email}} |
|
|
|
</p> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
<!-- <div class="container"> |
|
|
|
<div class="row"> --> |
|
|
|
<!-- <div class="col-lg-2 col-md-3 mb-4"> |
|
|
|
@ -219,7 +202,6 @@ |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
<!-- 联系我们 --> |
|
|
|
<!-- <div class="col-lg-2 col-md-6"> |
|
|
|
<div class="footer-info-list"> |
|
|
|
@ -269,27 +251,24 @@ |
|
|
|
</div> |
|
|
|
<div class="mb-2"> {{$t('common.footerTips2',{name:appConfig.name})}}</div> |
|
|
|
<div class="mb-2">{{$t('common.footerTips3')}}</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<!-- </div> --> |
|
|
|
<!-- </div> --> |
|
|
|
</div> |
|
|
|
<div class="footer-right"> |
|
|
|
<div style="font-size: 20px;">{{ $t("homeNewText.ff18") }}</div> |
|
|
|
<div style="font-size: 20px;">{{ $t("homeNewText.cc1") }}</div> |
|
|
|
<router-link class="jump_btn" to="/exchange">{{ $t("homeNewText.cc2") }}</router-link> |
|
|
|
<img src="../assets/img/home/qrcode.png" alt="" style="width: 120px;height: 120px;"> |
|
|
|
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.ff20") }}</div> |
|
|
|
<div style="font-size: 16px; color: #9c9c9c;margin-top: 12px;">{{ $t("homeNewText.cc3") }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</footer> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import College from "@/api/college"; |
|
|
|
import ContactUs from "@/api/contactUs"; |
|
|
|
import { mapState } from "vuex"; |
|
|
|
|
|
|
|
export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
@ -379,7 +358,6 @@ export default { |
|
|
|
// } else { |
|
|
|
UALang = "en"; // 其余英文 |
|
|
|
// } |
|
|
|
|
|
|
|
let lang = localStorage.lang || UALang; |
|
|
|
if (localStorage.getItem("lang") == null) { |
|
|
|
// let localStorage.getItem("lang") = 'en'; |
|
|
|
@ -402,9 +380,7 @@ export default { |
|
|
|
}, |
|
|
|
chooseNative(native) { |
|
|
|
// 设置语言 |
|
|
|
|
|
|
|
localStorage.setItem("lang", native); |
|
|
|
|
|
|
|
// 刷新页面 |
|
|
|
this.$router.go(0); |
|
|
|
}, |
|
|
|
@ -420,7 +396,6 @@ export default { |
|
|
|
}) |
|
|
|
.catch((err) => {}); |
|
|
|
}, |
|
|
|
|
|
|
|
getServiceLink() { |
|
|
|
College.getServiceList() |
|
|
|
.then((list) => { |
|
|
|
@ -449,7 +424,6 @@ export default { |
|
|
|
}, |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
.footer { |
|
|
|
background-color: #121212; |
|
|
|
@ -584,11 +558,6 @@ export default { |
|
|
|
box-sizing: border-box; |
|
|
|
margin: 46px 0px 42px; |
|
|
|
} |
|
|
|
.jump_btn:hover{ |
|
|
|
cursor: pointer; |
|
|
|
background-color: #2d58de; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|