From b34347cf4378864f97bbd15d477df6651749802f Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Tue, 1 Dec 2020 13:20:50 +0100 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A7=86=E9=A2=91=E6=95=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index c7e62ad..911f349 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -10,7 +10,8 @@ + v-if="show.find"> + + 视频数:{{ list.length }}/{{recordcount}} { this.pagecount = res.pagecount + this.recordcount = res.recordcount this.infiniteId += 1 }) } @@ -518,6 +523,7 @@ export default { const cacheKey = this.site.key + '@' + typeTid FILM_DATA_CACHE[cacheKey] = { pagecount: this.pagecount, + recordcount: this.recordcount, list: this.list } }