隐藏观看历史

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

@@ -17,7 +17,7 @@
<template v-if="noticeList.length>0&&isShowMoneyPay"> <template v-if="noticeList.length>0&&isShowMoneyPay">
<view class="gongao"> <view class="gongao">
<view class="gongaoicon"> <view class="gongaoicon">
公告{{}} 公告
</view> </view>
<swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false" <swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false"
class="swiperstyle"> class="swiperstyle">

View File

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