解決
設(shè)置全局變量listViewDirtyPressEnabled_next控制點(diǎn)擊事件
LargeList?用scrollView方法控制
代碼
?onMomentumScrollBegin={() => {
? ? ? ? ? ? if (_listViewDirtyPressEnabled_next) {
? ? ? ? ? ? ? _listViewDirtyPressEnabled_next = false
? ? ? ? ? ? }
? ? ? ? ? }}
? ? ? ? ? onMomentumScrollEnd={() => {
? ? ? ? ? ? setTimeout(() => {
? ? ? ? ? ? ? if (!_listViewDirtyPressEnabled_next) {
? ? ? ? ? ? ? ? _listViewDirtyPressEnabled_next = true
? ? ? ? ? ? ? }
? ? ? ? ? ? }, 5);
? ? ? ? ? }}