瀏覽代碼

Merge branch 'video_fix'

jwyu 2 年之前
父節點
當前提交
6b2acf0d75
共有 2 個文件被更改,包括 2 次插入2 次删除
  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);