123456789101112131415161718192021 |
- <view class="container">
- <!-- 时间筛选 -->
- <selectDate></selectDate>
- <!-- end -->
-
- <view class="piano-list">
- <view class="piano-box" wx:for="{{list}}" wx:key="index">
- <view class="piano-detail">
- <view class="piano-title">钢琴编号1</view>
- <view class="addr">智慧汉阳校区</view>
- <view class="piano-time">2021-02-20 14:00 ~ 14:45</view>
- </view>
- <view class="piano-date">
- 2021-02-02 10:18
- </view>
- </view>
- </view>
- <view class="getPiano" bindtap="getPiano">去预约</view>
- <view class="loading">{{loading}}</view>
- </view>
|