Browse Source

核心产品页使用视频而不是视频帧

xzh 4 years ago
parent
commit
0558aa319d
2 changed files with 22 additions and 22 deletions
  1. 11 11
      pc/src/page/coreProducts/index.vue
  2. 11 11
      pc/src/page/mall/kankanPro/index.vue

+ 11 - 11
pc/src/page/coreProducts/index.vue

@@ -10,7 +10,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>
@@ -27,37 +27,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
         }
       ]

+ 11 - 11
pc/src/page/mall/kankanPro/index.vue

@@ -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
         }
       ]