Fix:2891 【商城小程序】封面【播放/暂停键】点击范围不明确,响应不灵敏,把播放/暂停触控区域再加大一些

This commit is contained in:
modendeveloper
2024-12-18 22:10:26 +08:00
parent 9d2c99507c
commit f2f2528316
2 changed files with 20 additions and 5 deletions
+2
View File
@@ -13,6 +13,8 @@ export const pageListenMixins = {
onShow() {
this.pageViewDateTime = getCurrDateTime()
this.pageToWatchShowCount(this.pageKeyId)
this.videoContext = uni.createVideoContext('indexVideo', this);
},
onUnload() {
this.pageToHideHandle()