去掉小程序下拉菜单页面的方法:
在app.json文件的window属性中,添加代码:
"enablePullDownRefresh": false,
然后在对应页面的json文件里配置,添加代码:
{"disableScroll": true}
"disableScroll": true
}