diff --git a/client_mp/pages/my/videoWatchRecords.vue b/client_mp/pages/my/videoWatchRecords.vue index 7659db8..6047083 100644 --- a/client_mp/pages/my/videoWatchRecords.vue +++ b/client_mp/pages/my/videoWatchRecords.vue @@ -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){