更新文件 videoWatchRecords.vue
This commit is contained in:
parent
52f2635f9e
commit
23e6e1c3ce
|
|
@ -30,10 +30,12 @@
|
|||
}
|
||||
},
|
||||
onShow(){
|
||||
this.$u.api.getMyVideoRecord({}).then(res => {
|
||||
this.dataList = res.data.results;
|
||||
console.log(res.data.results)
|
||||
})
|
||||
this.page = 1;
|
||||
this.getLists();
|
||||
//this.$u.api.getMyVideoRecord({}).then(res => {
|
||||
// this.dataList = res.data.results;
|
||||
// console.log(res.data.results)
|
||||
//})
|
||||
},
|
||||
methods: {
|
||||
plauVideo(item){
|
||||
|
|
@ -56,7 +58,7 @@
|
|||
var params = {
|
||||
page: this.page
|
||||
}
|
||||
this.$u.api.getVideos(params).then(res => {
|
||||
this.$u.api.getMyVideoRecord(params).then(res => {
|
||||
this.refreStatus = false
|
||||
let results = res.data.results
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue