代码如下
onPullDownRefresh() {
pregnantRes.hasDeposit(app.globalData.accountId).then(res => {
this.setData({hasDeposit: res.data})
wx.stopPullDownRefresh()
}).catch(res => {
console.log(res.data.reason)
})
}
微信小程序开发相关问题解答;本文来自微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
d***:
当前页的json需要配置一下
S***:
配置什么,
"enablePullDownRefresh": true这个我加了的 我能触发这个方法,但是回弹的效果很差
0rpx被转换成0.5px
本文网址:http://www.91bianli.com/kaifazhinan/72828.html