mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 17:49:36 +08:00
1
This commit is contained in:
parent
1c45866c38
commit
e85b5ed084
@ -8,7 +8,7 @@
|
|||||||
<view class="item">{{item.nowDate}}</view>
|
<view class="item">{{item.nowDate}}</view>
|
||||||
<view class="itemTimeView" wx:for="{{item.reservations}}" wx:for-item="record" wx:key="*this">
|
<view class="itemTimeView" wx:for="{{item.reservations}}" wx:for-item="record" wx:key="*this">
|
||||||
<view class="time">{{record.startTime}}~{{record.endDate}}</view>
|
<view class="time">{{record.startTime}}~{{record.endDate}}</view>
|
||||||
<view class="status">{{record.statusName}}</view>
|
<view class="status">已预约</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user