更新羽声语音h5

This commit is contained in:
yziiy
2025-10-23 16:04:28 +08:00
parent f77801f9a1
commit 4fc72fbffe
228 changed files with 5384 additions and 4065 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() {