1.uni.showToast
显示消息提示框
unishowToast({ obj参数 })
2.uni.showLoading
显示 loading 提示框, 需主动调用 uni.hideLoading 才能关闭提示框。
3.uni.showModal
显示模态弹窗,可以只有一个确定按钮,也可以同时有确定和取消按钮。类似于一个API整合了 html 中:alert、confirm。
4.uni.setNavigationBarColor uni.setNavigationBarTitle
动态设置tabbar
5.uni.hideTabbar, uni.showTabbar
隐藏,显示
6.uni.request({ })
网络请求
url,data,success,fail,complete
动态修改url中的参数时:
url: `...../$参数/.....`, 其他不变
7.数据缓存:storage
一般用sync同步的
在任何界面都能调用缓存的数据