11 2019 档案

摘要:1.创建src下创建utils/wx-request.js const host = 'http://10.0.0.6:8081' function request (url, method, data, header = {}) { wx.showLoading({ title: '加载中' // 阅读全文
posted @ 2019-11-15 16:13 秃头的铲屎官 阅读(621) 评论(0) 推荐(0) 编辑
摘要:对于vue的初学者来说,理解vue的生命钩子周期是很有必要的。什么是生命钩子周期呢,顾名思义就是 “实例初始化” 到 “实例被销毁” 的过程。 理解vue的生命钩子周期,我们就可以更好的在项目中运用,清楚明白在页面的初始化、页面的渲染、页面的销毁这些过程中所做的事情。 详细资料请参考:https:/ 阅读全文
posted @ 2019-11-14 10:26 秃头的铲屎官 阅读(231) 评论(0) 推荐(0) 编辑
摘要:Vue控制台警告: Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more r 阅读全文
posted @ 2019-11-11 17:31 秃头的铲屎官 阅读(11473) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示