摘要: tabbar页面 <script> export default { data() { return { list: [] , }; }, onLoad() { // 监听事件 uni.$on('setData', res => { this.list = res; console.log(this 阅读全文
posted @ 2021-05-18 14:28 公侯好仇 阅读(3647) 评论(0) 推荐(1)