This commit is contained in:
2023-11-14 10:17:48 +08:00
parent ff9f5bfef2
commit 3d738d1e25

View File

@ -25,7 +25,7 @@
预约时间
</view>
<view class="time">
{{list.appointmentDate}}{{' '+list.appointmentStartTime+'-'+list.appointmentEndTime}}
{{list.appointmentDate}}{{' '+list.appointmentStartTime?list.appointmentStartTime:' '+' - '+list.appointmentEndTime?list.appointmentEndTime:''}}
</view>
</view>
<view class="bottom top">