Ver código fonte

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

jwyu 2 anos atrás
pai
commit
f0a0b2970a
2 arquivos alterados com 2 adições e 2 exclusões
  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(){
     onHide(){
         this.showFilter=false
         this.showFilter=false
-        this.curVideoId=0
+        // this.curVideoId=0
     },
     },
     onShareAppMessage({from,target}) {
     onShareAppMessage({from,target}) {
         console.log(from,target);
         console.log(from,target);

+ 1 - 1
pages/video/videoList.vue

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