隐藏观看历史
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user