修改
This commit is contained in:
parent
205ee0e1f6
commit
6661204c68
@ -33,7 +33,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="bottomtext">
|
<view class="bottomtext">
|
||||||
<view class="items" v-show="Soonerorlater=='morning'">
|
<view class="items" v-if="Soonerorlater=='morning'">
|
||||||
<view @tap='taptime(item,index)'
|
<view @tap='taptime(item,index)'
|
||||||
v-for="(item ,index) in orderlist.appointmentTimeList[timecurrent].morningList"
|
v-for="(item ,index) in orderlist.appointmentTimeList[timecurrent].morningList"
|
||||||
:class="timeindex==index?'timeitemtap':'timeitem'">
|
:class="timeindex==index?'timeitemtap':'timeitem'">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user