unmagic / lightning-load-project

小程序页面预加载框架

Home Page:https://blog.csdn.net/sinat_27612147/article/details/80802725

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onLoad不执行的问题

xiebin2015 opened this issue · comments

直接下载下来,第二个页面的onLoad都不执行,
/**
* 生命周期函数--监听页面加载
*/
onLoad=function(options) {
console.log(11111)
};

需要改成这样才执行