小程序API:下拉刷新
2021-02-18 14:20
标签:json title span lld image 无法 rtp 程序 .sh 一.方法 ** 但是无论哪种方法,都需要先在json文件中写一个属性(页面可以下拉): 二.下拉加载动画
小程序API:下拉刷新 标签:json title span lld image 无法 rtp 程序 .sh 原文地址:https://www.cnblogs.com/yang-xiao-fan/p/8337289.html
onPullDownRefresh(){
wx.wx.showToast({
title:‘loading....‘,
icon:‘loading‘
})
}
"enablePullDownRefresh":true
//显示动画
wx.showNavigationBarLoading()
//隐藏动画
wx.hideNavigationBarLoading()
wx.wx.showToast({
title:‘loading....‘,
icon:‘loading‘
})