(精華)2020年7月9日 微信小程序 頁面生命週期

Page({ // 頁面第一次渲染使用的初始數據 data: { text: "This is page data." }, onLoad: function(options) { // 生命週期回調—監聽頁面加載 }, onShow: function() { // 生命週期回調—監聽頁面顯示 console.log(this.route)
相關文章
相關標籤/搜索