摘要: 封装组件使用,只创建一个对象: import Taro from '@tarojs/taro' class CustomSocket { public socketOpen: boolean = false public socketMsgQueue: string[] = [] private l 阅读全文
posted @ 2020-12-19 10:59 Nyan 阅读(1430) 评论(0) 推荐(0)