| | |
| | | > |
| | | </template> |
| | | </ContentView> |
| | | <!-- <CustomerServiceButton /> --> |
| | | <CustomerServiceButton /> |
| | | </PageLayoutWithBg> |
| | | </template> |
| | | |
| | |
| | | import { Message } from '@12333/utils'; |
| | | import { useUserStore } from '@/stores/modules/user'; |
| | | import { useQueryClient } from '@tanstack/vue-query'; |
| | | import { TaskDetailWelfareItem, Cell } from '@12333/components'; |
| | | import { TaskDetailWelfareItem, Cell, CustomerServiceButton } from '@12333/components'; |
| | | import { EnumUserGender } from '@12333/constants'; |
| | | |
| | | const userStore = useUserStore(); |