fix: Bug
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user