|
@@ -92,7 +92,6 @@
|
|
|
<div class="cooperation-img"></div>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -125,7 +124,7 @@ export default {
|
|
|
img: require('@/assets/images/home/solutions-zhan.png'),
|
|
|
list: [this.$t('home.plate1Item2Desc1'), this.$t('home.plate1Item2Desc2'), this.$t('home.plate1Item2Desc3'), this.$t('home.plate1Item2Desc4')],
|
|
|
link: '/conductExhibition'
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
title: this.$t('home.plate1Item3'),
|
|
|
title_sub: this.$t('home.plate1Item3'),
|
|
@@ -215,8 +214,8 @@ export default {
|
|
|
toMore (item) {
|
|
|
this.$router.push(item.link)
|
|
|
},
|
|
|
- detailVideo() {
|
|
|
- const videoUrl = this.language === 'zh' ?`https://4d-tjw.oss-cn-shenzhen.aliyuncs.com/4dHouse/%E5%9B%9B%E7%BB%B4%E7%9C%8B%E7%9C%8BPro-%202020-7-22%E7%89%88%E6%9C%AC%288K%29.mp4` : `${this.$cdn}v2/video/4DKanKanPro-en.mp4`
|
|
|
+ detailVideo () {
|
|
|
+ const videoUrl = this.language === 'zh' ? `https://4d-tjw.oss-cn-shenzhen.aliyuncs.com/4dHouse/%E5%9B%9B%E7%BB%B4%E7%9C%8B%E7%9C%8BPro-%202020-7-22%E7%89%88%E6%9C%AC%288K%29.mp4` : `${this.$cdn}v2/video/4DKanKanPro-en.mp4`
|
|
|
this.$bus.$emit('toggleVideo', { url: videoUrl })
|
|
|
},
|
|
|
toNewsLink (link) {
|
|
@@ -242,7 +241,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|
|
|
- this.plate05List = this.language === 'zh' ? News.slice(0,4) : EnNews.slice(0,4)
|
|
|
+ this.plate05List = this.language === 'zh' ? News.slice(0, 4) : EnNews.slice(0, 4)
|
|
|
let open = this.$route.query.open
|
|
|
setTimeout(() => {
|
|
|
if (open && !this.token) {
|
|
@@ -255,7 +254,7 @@ export default {
|
|
|
components: {vcenter,
|
|
|
slide,
|
|
|
number,
|
|
|
- sequence,
|
|
|
+ sequence
|
|
|
}
|
|
|
}
|
|
|
</script>
|