视频动态展示
This commit is contained in:
parent
b1cbdede2f
commit
9acbefedbe
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<u-sticky bgColor="#fff">
|
<u-sticky v-if="info.video_url" bgColor="#fff">
|
||||||
<zxVideo :url="info.video_url" :isSpeed="isSpeed" :showCasting="showCasting" :lockButton="lockButton">
|
<zxVideo :url="info.video_url" :isSpeed="isSpeed" :showCasting="showCasting" :lockButton="lockButton">
|
||||||
</zxVideo>
|
</zxVideo>
|
||||||
</u-sticky>
|
</u-sticky>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue