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.

18 lines
670 B

4 years ago
<scroll-view scroll-y="{{true}}" style=" height: -webkit-fill-available;">
<block wx:for="{{ip_list}}">
<view class="_item" data-abb_id='{{item.abb_id}}' bindtap="nav">
<view class="shadow" />
<image class="img" src="{{item.pic}}"/>
<view class="_title">{{item.show_name}}</view>
<view>
<view class="_below"><text >{{item.follow_total==0?0:item.follow_total}}</text>人想看|
<text style="color:#FF1D42;">{{item.show_total}}</text>个剧场在售</view>
<view class="_home" >前往主页
<van-icon name="/images/ui/right.png" style="margin-left:10rpx;" />
</view>
</view>
</view>
</block>
</scroll-view>