滑条滚动发请求要用Debounce

import debounce from 'lodash.debounce';
this.deboucedFunc = debounce(this.viewModel.v_onHomeworkRequest, 1000);
this.mapListener(this.sclr_homework, eui.UIEvent.CHANGE_END, this.deboucedFunc, this);
posted @ 2019-01-27 23:14  jason_xiao  阅读(289)  评论(0编辑  收藏  举报