|
|
@ -1,11 +1,11 @@ |
|
|
<title title="电影购票"></title> |
|
|
<title title="电影购票"></title> |
|
|
<!-- <view class="my-top-search"> |
|
|
<view class="my-top-search"> |
|
|
<view class="my-search-box"> |
|
|
<view class="my-search-box"> |
|
|
<view class="iconfont icon-sousuo"></view> |
|
|
<view class="iconfont icon-sousuo"></view> |
|
|
<input bindinput="inputKeyword" type="text" placeholder="搜索"></input> |
|
|
<input bindinput="inputKeyword" type="text" placeholder="搜索" value='{{keyword}}'></input> |
|
|
<view class="my-search-btn" bindtap="search">搜索</view> |
|
|
<view class="my-search-btn" bindtap="search">搜索</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> --> |
|
|
</view> |
|
|
<view class="movie-types"> |
|
|
<view class="movie-types"> |
|
|
<view class="movie-type{{type==1?' active':''}}" bindtap="changeType" data-type="1">热映</view> |
|
|
<view class="movie-type{{type==1?' active':''}}" bindtap="changeType" data-type="1">热映</view> |
|
|
<view class="movie-type{{type==2?' active':''}}" bindtap="changeType" data-type="2">影院</view> |
|
|
<view class="movie-type{{type==2?' active':''}}" bindtap="changeType" data-type="2">影院</view> |
|
|
@ -13,7 +13,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view style="height:87rpx"></view> |
|
|
<view style="height:87rpx"></view> |
|
|
<!-- 热映 --> |
|
|
<!-- 热映 --> |
|
|
<view wx:if="{{type==1}}"> |
|
|
<view wx:if="{{type==1}}" style="margin-top: 110rpx;"> |
|
|
<navigator url="list/info/index?id={{item.third_id}}" class="item" wx:for="{{list}}"> |
|
|
<navigator url="list/info/index?id={{item.third_id}}" class="item" wx:for="{{list}}"> |
|
|
<image src="{{item.headimg}}" mode="aspectFill"></image> |
|
|
<image src="{{item.headimg}}" mode="aspectFill"></image> |
|
|
<view class="info"> |
|
|
<view class="info"> |
|
|
|