摘要: https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html 阅读全文
posted @ 2021-11-15 19:20 肥瘦皆宜 阅读(15) 评论(0) 推荐(0) 编辑
摘要: VUE 微信小程序 /** * 生命周期函数--监听页面加载 */ onLoad: function (options) {}, * 生命周期函数--监听页面初次渲染完成 */ onReady: function () {}, /** * 生命周期函数--监听页面显示 */ onShow: func 阅读全文
posted @ 2021-11-15 16:47 肥瘦皆宜 阅读(12) 评论(0) 推荐(0) 编辑
摘要: VUE路由跳转问题 1.this.$router.push() 描述:跳转到不同的url,但这个方法会向history栈添加一个记录,点击后退会返回到上一个页面。 2.this.$router.replace() 描述:同样是跳转到指定的url,但是这个方法不会向history里面添加新的记录,点击 阅读全文
posted @ 2021-11-15 16:41 肥瘦皆宜 阅读(64) 评论(0) 推荐(0) 编辑