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.

45 lines
1.9 KiB

5 years ago
<!--pages/activity/index.wxml-->
<title-header title="活动日历"></title-header>
<view class="top-fixed-box">
<view class="date-box">
<view class="date-item {{item.times==selectDay?'active':''}}" wx:for="{{weeks}}" bindtap="changeDate" data-times="{{item.times}}">
<view>周{{item.day}}</view>
<view>{{item.date}}</view>
</view>
<picker mode="date" value="{{date}}" start="1970-01-01" end="2027-09-01" bindchange="bindDateChange">
<view class="picker calendar-img">
<image class="calendar-img" width="56rpx" height="60rpx" mode="aspectFill" src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/activity/calendar.png"></image>
</view>
</picker>
</view>
<view class="acitivity-search-box">
<picker mode="selector" value="{{area}}" range="{{areas}}">
<view class="picker">
<view class="areatext">{{areas[area]}}</view>
<image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/activity/arrow.png" mode="widthFix"></image>
</view>
</picker>
<view class="activity-search-bg">
<view class="iconfont icon-sousuo"></view>
<input type="text" placeholder="搜索场馆名称"></input>
</view>
</view>
</view>
<view class="activity-list">
<view wx:if="{{true}}" style="background:#0B898E;padding:1rpx 0">
<view class="activity-item">
<view class="activity-info">
<view class="activity-title textOver2">展览|福地古韵——周至历代金石拓片展</view>
<view>
<view style="margin-bottom:10rpx">2020/12/20—2020/12/24</view>
<view>太仓市博物馆</view>
</view>
</view>
<image src="" mode="aspectFill"></image>
</view>
</view>
<view wx:else class="common-empty" style="z-index:-1;top:730rpx">
<image mode="widthFix" src="https://trip-1302104628.cos.ap-nanjing.myqcloud.com/1798833b-b97b-4caf-a9e9-0fc6d8315903.png"></image>
<view>暂无内容</view>
</view>
</view>