绿满眶商城微信小程序-uniapp
033f2b5d7954819df1f85a4f6633586dc259a497..c6c566bb56441868d82cd0f2e0246b92b6722a51
2025-08-28 zxl
Merge remote-tracking branch 'origin/dev_fix_sub' into dev_fix_sub
c6c566 对比 | 目录
2025-08-28 zxl
浏览足迹
ce8c83 对比 | 目录
1个文件已修改
15 ■■■■■ 已修改文件
pages/mine/myTracks.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/mine/myTracks.vue
@@ -35,7 +35,20 @@
              <u-swipe-action style="width: 100%;" :show="item.show" :index="index" :key="item.id"
                @click="deleteVideoView(item.id)" @open="open" :options="options">
                <view style="display: flex;" @click="goToVideoPlay(item, index)">
                    <image class="video-cover" :src="item.coverUrl" mode="aspectFill"></image>
                    <video
                      class="video-cover"
                      :src="item.videoUrl"
                      controls="false"
                      :autoplay="false"
                      :loop="false"
                      :show-center-play-btn="false"
                        :show-play-btn="false"
                        :show-fullscreen-btn="false"
                        allow-fullscreen="false"
                        :disableProgressGesture="true"
                        :enablePlayGesture="false"
                        :show-background-playback-button="false"
                    ></video>
                    <view class="video-info">
                      <view class="video-title">{{item.title}}</view>
                      <view class="video-author">{{item.authorName}}</view>