whj 4 天之前
父节点
当前提交
9a9a9b1731
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">