|
@@ -187,7 +187,7 @@ function playVoice() {
|
|
|
<Back v-show="showProgress" />
|
|
<Back v-show="showProgress" />
|
|
|
<view class="w-[64vw] h-[36vw] absolute top-1/2 z-[1] left-[7vw] translate50"
|
|
<view class="w-[64vw] h-[36vw] absolute top-1/2 z-[1] left-[7vw] translate50"
|
|
|
:class="{ ' rounded-2xl p-[3px] bg-black mt-[25px] ': showProgress, 'video-container': !showProgress }">
|
|
:class="{ ' rounded-2xl p-[3px] bg-black mt-[25px] ': showProgress, 'video-container': !showProgress }">
|
|
|
- <video v-if="progress2 === 3" id="video1" class="w-full h-full " :class="{ 'rounded-2xl': showProgress }"
|
|
|
|
|
|
|
+ <video v-if="progress2 !== 3" id="video1" class="w-full h-full " :class="{ 'rounded-2xl': showProgress }"
|
|
|
:src="data.videoSrc" :show-center-play-btn="false" :show-background-playback-button="false"
|
|
:src="data.videoSrc" :show-center-play-btn="false" :show-background-playback-button="false"
|
|
|
:show-fullscreen-btn="false" :show-casting-button="false" autoplay @controlstoggle="handleControlsToggle"
|
|
:show-fullscreen-btn="false" :show-casting-button="false" autoplay @controlstoggle="handleControlsToggle"
|
|
|
@ended="handleEnded">
|
|
@ended="handleEnded">
|