dist
This commit is contained in:
@@ -641,6 +641,7 @@ export function getquhaolist() {
|
||||
res(store.state.indexarr.phonecodes)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -659,6 +660,7 @@ export function getzonelist(): Promise<any>{
|
||||
res(store.state.indexarr.timezones)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -694,6 +696,7 @@ export function getcurrencys(){
|
||||
res(store.state.indexarr.currencys)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -753,6 +756,7 @@ export function getarchives(): Promise<[any,any]>{
|
||||
res([store.state.indexarr.countries, store.state.indexarr.willsay])
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -787,6 +791,7 @@ export function getlanguages(): Promise<any>{
|
||||
res(store.state.indexarr.language)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -1224,6 +1229,7 @@ export function interests() {
|
||||
res(store.state.indexarr.interests)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
|
||||
@@ -347,6 +347,12 @@ export default {
|
||||
zhibobaomingxuesheng:"Live broadcast of student registration",
|
||||
chaoguoshijian:"Ou only can reply the live class within 7 days ago.",
|
||||
queding:"Ok",
|
||||
lianxib:"Contact Beelink",
|
||||
guanyudesc:"Beelink - an online interactive learning platform for foreign language learning. Beelink brings together famous teachers from all over the world.",
|
||||
fuwurexian:"24-Hour Hour Hotline",
|
||||
youxiangb:"Beelink email",
|
||||
chuanzhen:"Fax",
|
||||
appxiazai:"Download Beelink app",
|
||||
shichangtishi:"",
|
||||
renshutishi: '',
|
||||
tixianzhu: "",
|
||||
|
||||
@@ -347,6 +347,12 @@ export default {
|
||||
zhibobaomingxuesheng:"直播报名学生",
|
||||
chaoguoshijian:"已经超过7天,无法回看。",
|
||||
queding:"确定",
|
||||
lianxib:"联系Beelink",
|
||||
guanyudesc:"Beelink—专致于外语学习的在线互动学习平台。Beelink汇聚各国名师资源。",
|
||||
fuwurexian:"24小时服务热线",
|
||||
youxiangb:"Beelink邮箱",
|
||||
chuanzhen:"传真",
|
||||
appxiazai:"Beelink App下载",
|
||||
shichangtishi:"",
|
||||
renshutishi: '',
|
||||
tixianzhu:"",
|
||||
|
||||
BIN
src/static/images/infoico1.png
Normal file
BIN
src/static/images/infoico1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/images/infoico2.png
Normal file
BIN
src/static/images/infoico2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/static/images/infoico3.png
Normal file
BIN
src/static/images/infoico3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/static/images/infoico4.png
Normal file
BIN
src/static/images/infoico4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -64,39 +64,39 @@
|
||||
</div>
|
||||
<div class="other">
|
||||
<div class="relation">
|
||||
<div class="midtopic">联系Beelink</div>
|
||||
<div class="midtopic">{{lan.$t("lianxib")}}</div>
|
||||
<div class="midline"></div>
|
||||
<div class="desc">
|
||||
Beelink—专致于外语学习的在线互动学习平台。Beelink汇聚各国名师资源。
|
||||
{{lan.$t('guanyudesc')}}
|
||||
</div>
|
||||
<div class="way">
|
||||
<div class="wayitem">
|
||||
<div class="iconbox">
|
||||
<img src="@/static/images/tel.png" alt="" class="icon" />
|
||||
<img src="@/static/images/infoico4.png" alt="" class="icon" />
|
||||
</div>
|
||||
<span>24小时服务热线:111-1111-5456</span>
|
||||
<span>{{lan.$t('fuwurexian')}}:111-1111-5456</span>
|
||||
</div>
|
||||
<div class="wayitem">
|
||||
<div class="iconbox">
|
||||
<img
|
||||
src="@/static/images/email.png"
|
||||
src="@/static/images/infoico2.png"
|
||||
alt=""
|
||||
class="icon icon1"
|
||||
class="icon"
|
||||
/>
|
||||
</div>
|
||||
<span> Beelink邮箱 :6455646561@163.com </span>
|
||||
<span> {{lan.$t('youxiangb')}} :6455646561@163.com </span>
|
||||
</div>
|
||||
<div class="wayitem">
|
||||
<div class="iconbox">
|
||||
<img src="@/static/images/chuanzhen.png" alt="" class="icon" />
|
||||
<img src="@/static/images/infoico1.png" alt="" class="icon" />
|
||||
</div>
|
||||
<span> 传真:010-1654645 </span>
|
||||
<span> {{lan.$t('chuanzhen')}}:010-1654645 </span>
|
||||
</div>
|
||||
<div class="wayitem">
|
||||
<div class="iconbox">
|
||||
<img src="@/static/images/ewm.png" alt="" class="icon" />
|
||||
<img src="@/static/images/infoico3.png" alt="" class="icon" />
|
||||
</div>
|
||||
<span> Beelink App下载 </span>
|
||||
<span> {{lan.$t('appxiazai')}} </span>
|
||||
<img src="@/static/images/erweima.png" alt="" class="ewm">
|
||||
</div>
|
||||
</div>
|
||||
@@ -353,13 +353,13 @@ export default defineComponent({
|
||||
.iconbox {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
background: #0dbba4;
|
||||
// background: #0dbba4;
|
||||
margin-bottom: 28px;
|
||||
margin-right: 13px;
|
||||
.icon {
|
||||
width: 14px;
|
||||
height: 18px;
|
||||
margin: 10px 8px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// margin: 10px 8px;
|
||||
}
|
||||
.icon1 {
|
||||
width: 19px;
|
||||
|
||||
Reference in New Issue
Block a user