摘要:
点击事件函数 console.log(iteminfo_object) var str= JSON.stringify(iteminfo_object); wx.navigateTo({ url: '../info/info?str='+ str , }) 接收函数 onLoad: function 阅读全文
摘要:
console.log( list.find(item => item.id == 1)) 查找id=1 的对象 阅读全文
摘要:
"usingComponents": { "weekCalendar": "../../components/weekCalendar/weekCalendar" } 引用的时候 是两层 最后一层要手动写 阅读全文