From 8bc2f919c0f1c0f26ea8eb3b2b486759fe9ebd39 Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 30 Sep 2024 15:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=9B=AE=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/catalog/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue index 6044109..7a6826e 100644 --- a/dangan-ui/src/views/dangan/catalog/index.vue +++ b/dangan-ui/src/views/dangan/catalog/index.vue @@ -220,6 +220,7 @@ +
共计: {{ lssc.total }}
{ this.lssc.list = response.rows; - this.lssc.previewList = [] + this.lssc.total = response.total; + this.lssc.previewList = []; this.lssc.list.forEach(item=>{ this.lssc.previewList.push(item.picUrl)