2021-12-13 18:09:02 +08:00

1 line
1.7 KiB
Plaintext

<view class="data-v-20f9a88e"><block wx:if="{{isShow&&liveList.length>0}}"><view class="live data-v-20f9a88e"><view class="skeleton-rect data-v-20f9a88e"><block wx:if="{{titleInfo.length}}"><view class="title-box data-v-20f9a88e"><view class="text data-v-20f9a88e"><view class="title line1 data-v-20f9a88e">{{''+titleInfo[0].val+''}}</view><view class="line1 txt-btn data-v-20f9a88e">精彩内容</view></view><navigator class="more data-v-20f9a88e" hover-class="none" url="/pages/live_list/index">更多<text class="iconfont icon-jiantou data-v-20f9a88e"></text></navigator></view></block><view class="live-wrapper-a data-v-20f9a88e"><block wx:for="{{liveList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator class="live-item-a data-v-20f9a88e" url="{{'plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id='+item.room_id}}" hover-class="none"><view class="img-box data-v-20f9a88e"><block wx:if="{{item.live_status==102}}"><view class="bgblue data-v-20f9a88e"><view class="txt data-v-20f9a88e">预告</view><view class="msg data-v-20f9a88e">{{item.show_time}}</view></view></block><block wx:if="{{item.live_status==103}}"><view class="label bggary data-v-20f9a88e"><text class="iconfont icon-huifang data-v-20f9a88e"></text><text class="data-v-20f9a88e">回放</text></view></block><block wx:if="{{item.live_status==101}}"><view class="label bgred data-v-20f9a88e"><text class="iconfont icon-zhibozhong data-v-20f9a88e"></text><text class="data-v-20f9a88e">进行中</text></view></block><image src="{{item.share_img}}" class="data-v-20f9a88e"></image></view><view class="info data-v-20f9a88e"><view class="title line1 data-v-20f9a88e">{{item.name}}</view></view></navigator></block></view></view></view></block></view>