|
|
@ -1,29 +1,23 @@ |
|
|
<!--pages/list/theatre/index.wxml--> |
|
|
<!--pages/list/theatre/index.wxml--> |
|
|
<!-- <wxs src="../../../../utils/filter.wxs" module="tool" /> --> |
|
|
<!-- <wxs src="../../../../utils/filter.wxs" module="tool" /> --> |
|
|
<title title="非遗手札"></title> |
|
|
<title title="非遗拾光"></title> |
|
|
<view class="my-header-search"> |
|
|
<view class="my-header-search" wx:if="{{headImg}}"> |
|
|
<image class="heaimg" src="https://static.ticket.sz-trip.com/uploads/20241118/5540525af7880d15a3899f56f9000237.png" mode="widthFix"></image> |
|
|
<image class="heaimg" src="{{headImg}}" mode="widthFix"></image> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="content"> |
|
|
<view class="content"> |
|
|
<view bindtap="gotoDetail" data-item="{{item}}" class="item" wx:for="{{list}}"> |
|
|
<view bindtap="gotoDetail" data-item="{{item}}" class="item" wx:for="{{list}}"> |
|
|
<image src="{{item.headimg}}" mode="aspectFill"></image> |
|
|
|
|
|
<view class="info"> |
|
|
|
|
|
<view class="textOver2 title">{{item.title}}</view> |
|
|
|
|
|
<view class="textOver subtitle">{{item.subtitle}}</view> |
|
|
|
|
|
<view class="letter-user"> |
|
|
|
|
|
<view style="display: flex;align-items: center;"> |
|
|
<view style="display: flex;align-items: center;"> |
|
|
<image style="width: 48rpx;height: 48rpx;margin-right: 8rpx;" src="{{item.avatar}}" mode="aspectFill"></image> |
|
|
<image style="width: 48rpx;height: 48rpx;margin-right: 8rpx;" src="{{item.avatar}}" mode="aspectFill"></image> |
|
|
<text>{{item.nickname}}</text> |
|
|
<text>君到苏州</text> |
|
|
</view> |
|
|
|
|
|
<view style="display: flex;align-items: center;color: #848484;"> |
|
|
|
|
|
<text class="iconfont icon-aixin"></text> |
|
|
|
|
|
<text class="icon-num" style="padding: 0 36rpx 0 8rpx;">{{item.like_number}}</text> |
|
|
|
|
|
<text class="iconfont icon-eye"></text> |
|
|
|
|
|
<text class="icon-num" style="padding-left: 8rpx;">{{item.view_number}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</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> |
|
|
</view> |
|
|
<view wx:if="{{list.length==0}}" class="common-empty" style="z-index:-1"> |
|
|
<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> |
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/other/nodata.png"></image> |
|
|
|