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 } }