Commit 4cc2c4fe authored by JingChao's avatar JingChao

Update Item.vue

parent 47a7d413
......@@ -102,7 +102,6 @@ export default {
end (e) {
// TODO: android4上貌似触发touchmove事件之后不会再触发touchend事件,暂未对该情况做兼容处理
if (e.target.nodeName === 'INPUT' || e.target.nodeName === 'TEXTAREA' || e.target.nodeName === 'BUTTON') return
e.preventDefault()
// 添加一点延时,不然透明度变化太快,效果不明显
setTimeout(() => {
this.showActivated = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment