This commit is contained in:
2024-07-19 13:14:34 +08:00
parent fb03d333d4
commit 72eb9abf34
2 changed files with 4 additions and 4 deletions

View File

@@ -919,7 +919,7 @@ export default {
}, },
// } // }
// } }
} else { } else {

View File

@@ -13,7 +13,7 @@
> >
<view :style="`background:#000`"> <view :style="`background:#000`">
<common-video-ios <common-video-ios
v-if="$platform == 'ios'" v-if="$platform == 'ios' && currentVideo.type == 1"
@changeScreen="changeScreen" @changeScreen="changeScreen"
@changeScreenLoading="changeScreenLoading" @changeScreenLoading="changeScreenLoading"
ref="commonVideo" ref="commonVideo"
@@ -22,8 +22,8 @@
> >
</common-video-ios> </common-video-ios>
<common-video <common-video
v-else v-else
@changeScreen="changeScreen" @changeScreen="changeScreen"
@changeScreenLoading="changeScreenLoading" @changeScreenLoading="changeScreenLoading"
ref="commonVideo" ref="commonVideo"
:currentVideo="currentVideo" :currentVideo="currentVideo"