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)