下拉刷新?
在json文件中添加了"enablePullDownRefresh":true,
"backgroundTextStyle": "dark"
并且在js文件中的onPullDownRefresh: function () {
},函数中添加了相应的操作,为什么保存测试的时候没有下拉刷新的效果?还错过了什么地方吗?
在json文件中添加了"enablePullDownRefresh":true,
"backgroundTextStyle": "dark"
并且在js文件中的onPullDownRefresh: function () {
},函数中添加了相应的操作,为什么保存测试的时候没有下拉刷新的效果?还错过了什么地方吗?