From 23e6e1c3ce5062e1d0956d867888c065976e9b64 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 25 Aug 2021 14:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=20videoWat?= =?UTF-8?q?chRecords.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client_mp/pages/my/videoWatchRecords.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/client_mp/pages/my/videoWatchRecords.vue b/client_mp/pages/my/videoWatchRecords.vue index a2685bc..3e1cd71 100644 --- a/client_mp/pages/my/videoWatchRecords.vue +++ b/client_mp/pages/my/videoWatchRecords.vue @@ -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