This commit is contained in:
yziiy
2025-09-22 16:24:41 +08:00
parent 4e5cd87cad
commit 3ab6aa6edb
28 changed files with 7965 additions and 261 deletions

View File

@@ -136,7 +136,7 @@
},
data() {
return {
duration: 300,
duration: 100,
ani: [],
showPopup: false,
showTrans: false,
@@ -248,7 +248,7 @@
this.mkclick = this.isMaskClick !== null ? this.isMaskClick : this.maskClick
}
if (this.animation) {
this.duration = 300
this.duration = 100
} else {
this.duration = 0
}
@@ -315,7 +315,7 @@
// this.customOpen && this.customClose()
this.timer = setTimeout(() => {
this.showPopup = false
}, 300)
}, 100)
},
// TODO 处理冒泡事件,头条的冒泡事件有问题 ,先这样兼容
touchstart() {