当前位置:网站首页>【微信小程序】一文读懂小程序的生命周期和路由跳转
【微信小程序】一文读懂小程序的生命周期和路由跳转
2022-07-05 16:14:00 【华为云】
目录
2.通过api跳转wx.navigateTo() , wx.navigateBack(), wx.redirectTo() , wx.switchTab(), wx.reLanch()
前言
微信小程序是一种不需要下载安装即可使用的应用,它实现了应用“触手可及”的梦想,用户扫一扫或者搜一下即可打开应用。也体现了“用完即走”的理念,用户不用关心是否安装太多应用的问题。应用将无处不在,随时可用,但又无需安装卸载。对于开发者而言,微信小程序开发门槛相对较低,难度不及APP,能够满足简单的基础应用,适合生活服务类线下商铺以及非刚需低频应用的转换。微信小程序能够实现消息通知、线下扫码、公众号关联等七大功能。其中,通过公众号关联,用户可以实现公众号与微信小程序之间相互跳转。
一、微信小程序与vue对比
1、在结构和样式方面
2、在调用微信生态系统功能时
获取地理位置信息 wx.getLocation、
文件保存
等等二、小程序生命周期
- onReady 生命周期函数--监听页面初次渲染完成
- onShow 生命周期函数--监听页面显示
- onHide 生命周期函数--监听页面隐藏
- onUnload 生命周期函数--监听页面卸载
- onPullDownRefresh 页面相关事件处理函数--监听用户下拉动作
- onReachBottom 页面上拉触底事件的处理函数
- onShareAppMessage 用户点击右上角转发
- onPageScroll 页面滚动触发事件的处理函数
- onTabItemTap 当前是 tab 页时,点击 tab 时触发
三、小程序路由跳转
1. 通过组件navigator跳转
代码如下(示例):
2.通过api跳转
wx.navigateTo() , wx.navigateBack(), wx.redirectTo() , wx.switchTab(), wx.reLanch()
代码如下(示例):
总结
以上就是今天要讲的内容,本文仅仅简单介绍了微信小程序的生命周期和路由跳转方法,以及和vue项目的对比,希望对大家有所帮助
边栏推荐
猜你喜欢
Summary of PHP pseudo protocol of cisp-pte
Single merchant v4.4 has the same original intention and strength!
The new version of effect editor is online! 3D rendering, labeling, and animation, this time an editor is enough
Jarvis OJ shell流量分析
【刷题篇】有效的数独
【刷題篇】鹅廠文化衫問題
Domestic API management artifact used by the company
Cs231n notes (bottom) - applicable to 0 Foundation
Desci: is decentralized science the new trend of Web3.0?
Pspnet | semantic segmentation and scene analysis
随机推荐
The difference between searching forward index and inverted index
Jarvis OJ 远程登录协议
Using graylog alarm function to realize the regular work reminder of nail group robots
Single merchant v4.4 has the same original intention and strength!
一些认知的思考
给自己打打气
网站页面禁止复制内容 JS代码
10 minutes to help you get ZABBIX monitoring platform alarm pushed to nail group
sqlserver 做cdc 要对数据库性能有什么要求么
Flet教程之 11 Row组件在水平数组中显示其子项的控件 基础入门(教程含源码)
Record a 'very strange' troubleshooting process of cloud security group rules
Detailed explanation of use scenarios and functions of polar coordinate sector diagram
The memory of a Zhang
Yarn common commands
PHP人才招聘系统开发 源代码 招聘网站源码二次开发
[team PK competition] the task of this week has been opened | question answering challenge to consolidate the knowledge of commodity details
Hiengine: comparable to the local cloud native memory database engine
[echart] resize lodash 实现窗口缩放时图表自适应
机器学习编译第2讲:张量程序抽象
Desci: is decentralized science the new trend of Web3.0?