| | |
| | | </template> |
| | | </MineServiceDetailView> |
| | | </ContentScrollView> |
| | | <PageFooter v-if="detail?.appointmentStatus === EnumStandardOrderAppointmentStatus.WaitSure"> |
| | | <PageFooter |
| | | v-if=" |
| | | detail?.appointmentStatus === EnumStandardOrderAppointmentStatus.WaitSure && |
| | | detail?.payStatus !== EnumStandardOrderPayStatus.Completed |
| | | " |
| | | > |
| | | <PageFooterBtn class="business-card-btn" @click="cancelStandardOrderAppointment" |
| | | >取消预约</PageFooterBtn |
| | | > |
| | |
| | | import { MineServiceDetailView } from '@12333/components'; |
| | | import Taro from '@tarojs/taro'; |
| | | import { |
| | | EnumStandardOrderPayStatus, |
| | | EnumStandardOrderAppointmentStatus, |
| | | EnumStandardOrderAppointmentStatusText, |
| | | } from '@12333/constants'; |