whj há 4 dias atrás
pai
commit
9a9a9b1731
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/catalog/detail.uvue

+ 1 - 1
pages/catalog/detail.uvue

@@ -187,7 +187,7 @@ function playVoice() {
     <Back v-show="showProgress" />
     <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 }">
-      <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"
         :show-fullscreen-btn="false" :show-casting-button="false" autoplay @controlstoggle="handleControlsToggle"
         @ended="handleEnded">