一、Page和Component组件里面onload()函数不能使用的问题
1、如果使用的是Page({})格式的方法的话,可以直接使用onLoad(){}或者onLoad:funciton(options){}的格式,如下图
2、如果使用component的onload(attached)要写到lifetimes中我简单的理解为attached是component的onload方法,但是我查了资料,说是attached优于onload先执行的。
注意下面attached其实有2种写法,一个可以放在lifetimes里面,一种是直接在外面使用attached:function(){}(下面图也是借鉴了网上同学的总结,非常实用到位)