|
@@ -116,6 +116,10 @@ export default {
|
|
this.getList()
|
|
this.getList()
|
|
this.getPermissionList()
|
|
this.getPermissionList()
|
|
},
|
|
},
|
|
|
|
+ onHide(){
|
|
|
|
+ this.showFilter=false
|
|
|
|
+ this.curVideoId=0
|
|
|
|
+ },
|
|
onShareAppMessage({from,target}) {
|
|
onShareAppMessage({from,target}) {
|
|
console.log(from,target);
|
|
console.log(from,target);
|
|
let path='/pages/video/videoList?videoId=0'
|
|
let path='/pages/video/videoList?videoId=0'
|