You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

28 lines
1.2 KiB

<!--pages/list/theatre/index.wxml-->
<!-- <wxs src="../../../../utils/filter.wxs" module="tool" /> -->
<title title="非遗拾光"></title>
<view class="my-header-search" wx:if="{{headImg}}">
<image class="heaimg" src="{{headImg}}" mode="widthFix"></image>
</view>
<view class="content">
<view bindtap="gotoDetail" data-item="{{item}}" class="item" wx:for="{{list}}" wx:key="index">
<!-- <view style="display: flex;align-items: center;">
<image style="width: 48rpx;height: 48rpx;margin-right: 8rpx;" src="https://static.ticket.sz-trip.com/tongli/images/index/user.png" mode="aspectFill"></image>
<text>君到苏州</text>
</view> -->
<view class="textOver2 title">{{item.title}}</view>
<view class="video-image">
<image src="{{item.head_img}}" mode="asectFill"></image>
<image src="https://static.ticket.sz-trip.com/cgc/images/index/play.png" class="play"></image>
</view>
</view>
<view wx:if="{{list.length==0}}" class="common-empty" style="z-index:-1">
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/other/nodata.png"></image>
<view>暂无内容</view>
</view>
</view>