|
@@ -79,7 +79,7 @@
|
|
|
<div class="plate item" v-for="(item,i) in sequenceArr" :key="i">
|
|
|
<div class="container">
|
|
|
<h2 class="common-title">{{item.name}}</h2>
|
|
|
- <sequence :runAnimation="item.runAnimation" :img="item.img.indexOf('http') > -1 ? item.img :`${$cdn}images/sequence/v${language === 'zh' ? item.img : item.enImg}.jpg`" />
|
|
|
+ <sequence :runAnimation="item.runAnimation" :img="item.img.indexOf('http') > -1 ? item.img :`${$cdn}mobile/video/homevideo/v${language === 'zh' ? item.img : item.enImg}.mp4`" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -219,37 +219,37 @@ export default {
|
|
|
sequenceArr: [
|
|
|
{
|
|
|
name: this.$t('conduct.coreProduct.itemTitle1'),
|
|
|
- img: '6',
|
|
|
+ img: '1',
|
|
|
enImg: '1en',
|
|
|
runAnimation: true
|
|
|
},
|
|
|
{
|
|
|
name: this.$t('conduct.coreProduct.itemTitle2'),
|
|
|
- img: '7',
|
|
|
- enImg: '7',
|
|
|
+ img: '2',
|
|
|
+ enImg: '2',
|
|
|
runAnimation: true
|
|
|
},
|
|
|
{
|
|
|
name: this.$t('conduct.coreProduct.itemTitle4'),
|
|
|
- img: 'https://4dscene.oss-cn-shenzhen.aliyuncs.com/new4dkk/v2/video/qiumu.mp4',
|
|
|
+ img: this.$cdn + 'v2/video/qiumu.mp4',
|
|
|
runAnimation: true
|
|
|
},
|
|
|
{
|
|
|
name: this.$t('conduct.coreProduct.itemTitle5'),
|
|
|
- img: '8',
|
|
|
- enImg: '8en',
|
|
|
+ img: '3',
|
|
|
+ enImg: '3en',
|
|
|
runAnimation: true
|
|
|
},
|
|
|
{
|
|
|
name: this.$t('conduct.coreProduct.itemTitle6'),
|
|
|
- img: '9',
|
|
|
- enImg: '9',
|
|
|
+ img: '4',
|
|
|
+ enImg: '4',
|
|
|
runAnimation: true
|
|
|
},
|
|
|
{
|
|
|
name: this.$t('conduct.coreProduct.itemTitle7'),
|
|
|
- img: '10',
|
|
|
- enImg: '10en',
|
|
|
+ img: '5',
|
|
|
+ enImg: '5en',
|
|
|
runAnimation: true
|
|
|
}
|
|
|
]
|