滑條滾動發請求要用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);
相關文章
相關標籤/搜索