官方文檔:https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
只需要關(guān)閉當(dāng)前頁面的下拉刷新功能,只要在當(dāng)前頁面的json文件中配置:
"enablePullDownRefresh": false
!??!注意:值為布爾類型,不是字符串類型。
官方文檔:https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
只需要關(guān)閉當(dāng)前頁面的下拉刷新功能,只要在當(dāng)前頁面的json文件中配置:
"enablePullDownRefresh": false
!??!注意:值為布爾類型,不是字符串類型。