components: { TestComponent, }, props: {}, data() { return {} }, // 監(jiān)聽(tīng)頁(yè)面初始化,其參數(shù)同 onLoad 參數(shù),為上個(gè)頁(yè)面?zhèn)鬟f的數(shù)據(jù),參數(shù)類型為 Object(用于頁(yè)面?zhèn)鲄?,觸發(fā)時(shí)機(jī)早于 onLoad onInit() { console.log('page onInit') }, // 監(jiān)聽(tīng)頁(yè)面加載,其參數(shù)為上個(gè)頁(yè)面?zhèn)鬟f的數(shù)據(jù),參數(shù)類型為 Obje...
www.dbjr.com.cn/article/2823...htm 2025-5-12