vid
This commit is contained in:
commit
1ccd2145c5
|
@ -30,12 +30,13 @@
|
|||
}
|
||||
},
|
||||
onShow(){
|
||||
this.page = 1;
|
||||
|
||||
this.page = 1;
|
||||
this.getLists();
|
||||
// this.$u.api.getMyVideoRecord({}).then(res => {
|
||||
// this.dataList = res.data.results;
|
||||
// console.log(res.data.results)
|
||||
// })
|
||||
//this.$u.api.getMyVideoRecord({}).then(res => {
|
||||
// this.dataList = res.data.results;
|
||||
// console.log(res.data.results)
|
||||
//})
|
||||
},
|
||||
methods: {
|
||||
plauVideo(item){
|
||||
|
|
Loading…
Reference in New Issue