fix: 更新背景点击触发事件
This commit is contained in:
parent
049926cac5
commit
137781c160
@ -434,7 +434,7 @@ Component({
|
|||||||
})
|
})
|
||||||
this.doAction()
|
this.doAction()
|
||||||
} else if (this.findedIndex < 0) {
|
} else if (this.findedIndex < 0) {
|
||||||
this.triggerEvent('touchStart', {})
|
this.triggerEvent('viewClicked', {})
|
||||||
}
|
}
|
||||||
this.findedIndex = -1
|
this.findedIndex = -1
|
||||||
this.prevFindedIndex = -1
|
this.prevFindedIndex = -1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user