瀏覽代碼

调整样式

huangxiaojing 2 年之前
父節點
當前提交
4e883bdc7a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages/activity/invite-user/guide-pc.vue
  2. 1 1
      pages/activity/invite-user/guide.vue

+ 1 - 1
pages/activity/invite-user/guide-pc.vue

@@ -23,7 +23,7 @@
       <div v-for="e in videoList" :key="e.plateId">
         <video 
           v-for="element in e.videoCourseList" :id="'el-video-' + element.id" :key="element.id" :class="element.isShow ? '' : 'hide'" controls :src="videoURL(element.videoKey)" preload="auto" webkit-playsinline="true"
-          playsinline="true" x-webkit-airplay="allow" x5-video-player-type="h5" x5-video-player-fullscreen="true" x5-video-orientation="portraint" style="object-fit:contain">
+          playsinline="true" x-webkit-airplay="allow" x5-video-player-type="h5-page" x5-video-player-fullscreen="true" x5-video-orientation="portraint" style="object-fit:contain">
         </video>
       </div>
     </div>

+ 1 - 1
pages/activity/invite-user/guide.vue

@@ -17,7 +17,7 @@
     <div v-show="showVideo" class="videobox">
       <div v-for="e in videoList" :key="e.plateId">
         <video
-          v-for="element in e.videoCourseList" :id="'el-video-' + element.id" :key="element.id" :class="element.isShow ? '' : 'hide'" controls :src="videoURL(element.videoKey)" preload="auto" webkit-playsinline="true" playsinline="true" x-webkit-airplay="allow" x5-video-player-type="h5" x5-video-player-fullscreen="true" x5-video-orientation="portraint"
+          v-for="element in e.videoCourseList" :id="'el-video-' + element.id" :key="element.id" :class="element.isShow ? '' : 'hide'" controls :src="videoURL(element.videoKey)" preload="auto" webkit-playsinline="true" playsinline="true" x-webkit-airplay="allow" x5-video-player-type="h5-page" x5-video-player-fullscreen="true" x5-video-orientation="portraint"
           style="object-fit:contain">
         </video>
       </div>