更新羽声语音h5
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user