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.

19 lines
788 B

<!-- <scroll-view scroll-y="{{true}}" style=" height: {{screenHeight*10}}px;"> -->
<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 class="more_title">{{item.list_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>
<view style="height:100rpx;width:100%;"></view>
<!-- </scroll-view> -->