fix: 更新背景点击触发事件

This commit is contained in:
heidao 2019-12-03 14:16:42 +08:00
parent 049926cac5
commit 137781c160

View File

@ -434,7 +434,7 @@ Component({
})
this.doAction()
} else if (this.findedIndex < 0) {
this.triggerEvent('touchStart', {})
this.triggerEvent('viewClicked', {})
}
this.findedIndex = -1
this.prevFindedIndex = -1