This commit is contained in:
杨航
2025-09-12 09:29:40 +08:00
parent 444244506e
commit 2bc746068c
5 changed files with 20 additions and 3 deletions
@@ -94,11 +94,13 @@
methods: {
closePopup(){
this.showModel = false
this.storageStore.setTouchBtnZIndex(1)
this.$refs.PopupRef.close()
},
showDetail(){
if(!!this.previewDetail){
this.showModel = true
this.storageStore.setTouchBtnZIndex(-1)
this.$refs.PopupRef.open()
}
},
@@ -69,6 +69,7 @@
},
methods: {
showModelNow(){
this.storageStore.setTouchBtnZIndex(-1)
this.$refs.PopupRef.open()
this.showModel = true
},
@@ -76,6 +77,7 @@
console.log('err',info)
},
playEnded(){
this.storageStore.setTouchBtnZIndex(1)
this.$refs.PopupRef.close()
this.showModel = false
},