绿满眶商城微信小程序-uniapp
zxl
2025-08-28 c6c566bb56441868d82cd0f2e0246b92b6722a51
pages/video/video-play.vue
@@ -25,7 +25,7 @@
               @click="togglePlay(index)"
               v-show="!currentVideoIsPlaying"
              >
               <image src="/static/video/play.png" style="width: 45px;height: 45px" mode="aspectFit"></image>
               <image src="/pages/subComponents/static/video/play.png" style="width: 45px;height: 45px" mode="aspectFit"></image>
              </view>
              <video
            v-if="index >= currentIndex - videoLiveOffset && index <= currentIndex + videoLiveOffset"