绿满眶商城微信小程序-uniapp
peng
2025-07-16 7acb664b9820d51be0552a1b769b4aeaeb4d89bf
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"