This commit is contained in:
SelfRidicule 2024-03-06 16:50:15 +08:00
parent 1c45866c38
commit e85b5ed084

View File

@ -8,7 +8,7 @@
<view class="item">{{item.nowDate}}</view>
<view class="itemTimeView" wx:for="{{item.reservations}}" wx:for-item="record" wx:key="*this">
<view class="time">{{record.startTime}}~{{record.endDate}}</view>
<view class="status">{{record.statusName}}</view>
<view class="status">已预约</view>
</view>
</view>
</view>