فهرست منبع

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(){
     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);