333
This commit is contained in:
@@ -919,7 +919,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// }
|
// }
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user