1
0
forked from dyf/APP

图片调整路径

This commit is contained in:
fengerli
2025-08-01 14:53:20 +08:00
parent 766c72941e
commit 4d52f5d42a
100 changed files with 134 additions and 101 deletions

View File

@ -10,20 +10,20 @@
@click="handleSwipeClick($event, index,item)" class="content">
<view class="image-box" @click="openVideoUrl(item.videoUrl)">
<view class="deviceIMG">
<image src="/static/images/video.png" mode="" class="video"></image>
<image src="/static/images/common/video.png" mode="" class="video"></image>
</view>
<view class="">
<view class="file-title">{{item.videoName}}</view>
<view class="file-baidu">{{item.videoUrl}}</view>
</view>
</view>
<image src="/static/images/cires.png" class="circle"></image>
<image src="/static/images/common/cires.png" class="circle"></image>
</uni-swipe-action-item>
</block>
</uni-swipe-action>
</scroll-view>
<view class="content1" @click="addvideo">
<image src="/static/images/path1.png" class="path1"></image>
<image src="/static/images/common/path1.png" class="path1"></image>
</view>
</view>
</view>