mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-05 21:32:26 +08:00
修改静音显示
This commit is contained in:
@ -60,12 +60,14 @@
|
||||
this.windowWidth = data.windowWidth;
|
||||
this.windowHeight = data.windowHeight;
|
||||
},
|
||||
// #ifdef H5
|
||||
mounted() {
|
||||
window.addEventListener('click', this.click_video);
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.removeEventListener('click', this.click_video);
|
||||
},
|
||||
//#endif
|
||||
methods: {
|
||||
/**
|
||||
* 点击视频区域处理函数
|
||||
|
||||
Reference in New Issue
Block a user