隐藏观看历史

This commit is contained in:
duan
2025-01-02 16:47:57 +08:00
parent d3c28c879e
commit 01185edd14
2 changed files with 3 additions and 3 deletions

View File

@@ -118,8 +118,8 @@
</view>
</view>
<view style="margin-top: 40rpx;">观看历史</view>
<view class="df" style=" margin-top: 28rpx;">
<view v-if="isiosExamine" style="margin-top: 40rpx;">观看历史</view>
<view v-if="isiosExamine" class="df" style=" margin-top: 28rpx;">
<view style="border-radius:21rpx 21rpx 21rpx 21rpx;margin-left: 28rpx" v-for="(item,index) in list" :key="(item,index)"
@tap="seVideo(item)">
<image :src="item.titleImg"