| | |
| | | </template> |
| | | |
| | | <script> |
| | | import UNavbar from '@/uview-components/uview-ui/components/u-navbar/u-navbar.vue'; |
| | | import UNoticeBar from '@/uview-components/uview-ui/components/u-notice-bar/u-notice-bar.vue'; |
| | | import UEmpty from '@/uview-components/uview-ui/components/u-empty/u-empty.vue'; |
| | | import USwipeAction from '@/uview-components/uview-ui/components/u-swipe-action/u-swipe-action.vue'; |
| | | import UCheckboxGroup from '@/uview-components/uview-ui/components/u-checkbox-group/u-checkbox-group.vue'; |
| | | import UCheckbox from '@/uview-components/uview-ui/components/u-checkbox/u-checkbox.vue'; |
| | | |
| | | import { |
| | | myTrackList, |
| | | deleteHistoryListId |
| | | } from "@/api/members.js"; |
| | | |
| | | export default { |
| | | components: {UNavbar,UNoticeBar,UEmpty,USwipeAction,UCheckboxGroup,UCheckbox}, |
| | | data() { |
| | | return { |
| | | isEdit:false, |