代码如下:
onPullDownRefresh() {
//下拉刷新本页
let _this = this;
Object.assign(_this.$data, _this.$options.data()); //重置所有的data数据
_this.onInit();
setTimeout(function() {
uni.stopPullDownRefresh();
}, 500);
},
4***@qq.com
- 发布:2019-05-10 16:58
- 更新:2019-10-28 11:15
- 阅读:1800