摘要: 写法一: import type { myOrderItem } from '@/API/pages_mine/myOrder/types'; const props = defineProps({ item: { type: Object as PropType<myOrderItem>, def 阅读全文
posted @ 2024-08-15 17:47 DL·Coder 阅读(1) 评论(0) 推荐(0) 编辑