摘要:
官方文档地址:https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html ```javascript // app.js App({ onLaunch(options) { console.log("小程序被启动了" 阅读全文
posted @ 2023-05-21 23:20
BNTang
阅读(39)
评论(0)
推荐(0)
摘要:
官方文档:https://developers.weixin.qq.com/miniprogram/dev/reference/api/Component.html 正如官方显示组件的生命周期中常用的如下: 
评论(0)
推荐(0)
摘要:
在经过上一篇文章的介绍之后,我们知道了大体的生命周期在什么时候执行,这次主要是以代码的形式来展示一下具体的阶段执行什么生命周期方法。 首先我们编写一个代码可以从首页跳转到日志页面: ```wxml 首页 跳转到Log页面 ``` 在日志页面当中编写监听生命周期的方法: ```javascript / 阅读全文
posted @ 2023-05-21 23:19
BNTang
阅读(105)
评论(0)
推荐(0)

浙公网安备 33010602011771号