小程序开发笔记

Ubuntu 安装小程序开发工具.

sudo git clone https://github.com/cytle/wechat_web_devtools.git  
sudo chmod -R 777 wechat_web_devtools
cd wechat_web_devtools  
./bin/wxdt 

判断是否是后退 打开页面

正常打开的生命周期:

  • onLoad
  • onShow
  • onReady

后退打开该页面,该页面的生命周期:

  • onShow
posted @ 2018-02-28 13:41  NewSea  阅读(161)  评论(0编辑  收藏  举报