|
|
|
@ -381,7 +381,7 @@
|
|
|
|
res.appointment_type.map(item => {
|
|
|
|
res.appointment_type.map(item => {
|
|
|
|
if (that.appoinementType == item.id) {
|
|
|
|
if (that.appoinementType == item.id) {
|
|
|
|
that.tips = item.tips
|
|
|
|
that.tips = item.tips
|
|
|
|
that.showTips = true
|
|
|
|
that.showTips = item.tips?true:false
|
|
|
|
that.bookName = item.name
|
|
|
|
that.bookName = item.name
|
|
|
|
that.bookStartTime = item.start_time
|
|
|
|
that.bookStartTime = item.start_time
|
|
|
|
that.bookEndTime = item.end_time
|
|
|
|
that.bookEndTime = item.end_time
|
|
|
|
|