|
|
@ -71,6 +71,17 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<!-- 活动 --> |
|
|
|
|
|
<view class="product-item" wx:if="{{item.ext.type=='act_calendar'}}"> |
|
|
|
|
|
<image lazy-load class="product-img" src="{{item.ext.post_url}}" mode="aspectFill"></image> |
|
|
|
|
|
<view class="product-info show-info"> |
|
|
|
|
|
<view class="product-title">{{item.ext.name}}</view> |
|
|
|
|
|
<view class="show-info"> |
|
|
|
|
|
<view>{{item.ext.begin_date}}-{{item.ext.end_date}}</view> |
|
|
|
|
|
<view>{{item.ext.from_platform}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<!-- 电影 --> |
|
|
<!-- 电影 --> |
|
|
<view class="product-item" wx:if="{{item.ext.type=='movie'}}"> |
|
|
<view class="product-item" wx:if="{{item.ext.type=='movie'}}"> |
|
|
<image lazy-load class="product-img" src="{{item.ext.headimg}}" mode="aspectFill"></image> |
|
|
<image lazy-load class="product-img" src="{{item.ext.headimg}}" mode="aspectFill"></image> |
|
|
|