修改
This commit is contained in:
parent
ff9f5bfef2
commit
3d738d1e25
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user