摘要: 点击事件函数 console.log(iteminfo_object) var str= JSON.stringify(iteminfo_object); wx.navigateTo({ url: '../info/info?str='+ str , }) 接收函数 onLoad: function 阅读全文
posted @ 2021-01-22 15:17 在学习编程的lsy呀 阅读(129) 评论(0) 推荐(0) 编辑
摘要: console.log( list.find(item => item.id == 1)) 查找id=1 的对象 阅读全文
posted @ 2021-01-22 15:03 在学习编程的lsy呀 阅读(5492) 评论(0) 推荐(0) 编辑
摘要: "usingComponents": { "weekCalendar": "../../components/weekCalendar/weekCalendar" } 引用的时候 是两层 最后一层要手动写 阅读全文
posted @ 2021-01-22 11:01 在学习编程的lsy呀 阅读(6315) 评论(0) 推荐(0) 编辑