官方推出的,供小程序调用的,云端API,不需要自己开发·不需要自己部署
https://developers.weixin.qq.com/miniprogram/dev/api/
页面跳转
在小程序中做页面跳转,主要有以下三种方式。
链接方式
通过navigator组件来实现
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html
事件方式
1.在.wxml中,通过bindtap属性绑定bindviewTap事件
2.在.js文件中声明事件
tabBar
在app.json中,通过tabBar字段指定。
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html