|
@@ -34,7 +34,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="title2">已被预约时段</view>
|
|
|
-<view class="title2_sub">(显示近4天已被预约时段,以下时段无法重复预约,请酌情选择预约时间。预约开始时间前 {{maxEarlyExerciseTime}} 分钟至后 {{maxReservOvertime}} 分钟内启动充电视为履约,其它时间启充或未充电视为违约,违约 {{breakPunishCount}} 次后暂停预约功能)</view>
|
|
|
+<view class="title2_sub">(显示近4天已被预约时段,以下时段无法重复预约,请酌情选择预约时间<block wx:if="{{reservationBtn}}">。预约开始时间前 {{maxEarlyExerciseTime}} 分钟至后 {{maxReservOvertime}} 分钟内启动充电视为履约,其它时间启充或未充电视为违约,违约 {{breakPunishCount}} 次后暂停预约功能</block>)</view>
|
|
|
<view class="title2_line"></view>
|
|
|
<scroll-view class="scrollView" scroll-y='true' wx:if="{{timeList.length > 0}}">
|
|
|
<view wx:for="{{timeList}}" wx:key="unique" data-index="{{index}}" class="card">{{item.starttime}} ~ {{item.endtime}}
|