微信小程序 - 常用 API

0、wx:if/ wx:elif/wx:else/wx:for/switch
1、wx.showToast
2、wx.hideToast
3、wx.showModal
4、wx.showActionSheet(小程序暂时无法实现分享功能)
5、wx.getStorage[Sync] 缓存
6、wx.playBackgroundAudio() 播放
7、wx.pauseBackgroundAudio() 暂停
8、wx.stopBackgroundAudio() 停止
9、wx.onBackgroundAudioPlay(function callback) 音乐开始监听
10、wx.onBackgroundAudioPause(function callback) 音乐暂停监听
11、getApp() 获取app.js
12、wx.switchTab
13、wx.redirect
14、wx.navigate
15、wx.request
16、event
17、options
18、wx.setNavigationBarTitle
19、wx.showNavigationBarLoading(Object object)
20、wx.hideNavigationBarLoading(Object object)
21、onPullDownRefresh 下拉刷新
22、onReachBottom 触底加载更多
23、bindchange
24、wx.openLocation
25、wx.login
26、wx.checkSession
27、wx.getUserInfo
28、wx.openSetting

你可能感兴趣的:(#,微信小程序)