Explorar el Código

视频播放不做切换后台后关闭处理

jwyu hace 2 años
padre
commit
f0a0b2970a
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      pages-roadShow/video/list.vue
  2. 1 1
      pages/video/videoList.vue

+ 1 - 1
pages-roadShow/video/list.vue

@@ -155,7 +155,7 @@ export default {
     },
     onHide(){
         this.showFilter=false
-        this.curVideoId=0
+        // this.curVideoId=0
     },
     onShareAppMessage({from,target}) {
         console.log(from,target);

+ 1 - 1
pages/video/videoList.vue

@@ -149,7 +149,7 @@ export default {
     },
     onHide(){
         this.showFilter=false
-        this.curVideoId=0
+        // this.curVideoId=0
     },
     onShareAppMessage({from,target}) {
         console.log(from,target);