| | |
| | | :contactPhoneNumber="detail?.contactPhoneNumber" |
| | | :addressDetail="detail?.addressDetail" |
| | | :serviceName="detail?.serviceName" |
| | | :price="detail?.serviceFee" |
| | | :price="detail?.specPrice" |
| | | :specName="detail?.specName" |
| | | :specNumber="detail?.specNumber" |
| | | :imgUrl="detail?.serviceFile" |
| | |
| | | </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'; |