From 29e7161eba79398736e7aadd4850a48e3a138071 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 7 Jan 2024 16:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20MALL=EF=BC=9Acode=20review=20?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=BB=9F=E8=AE=A1=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/statistics/product/components/ProductRank.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/mall/statistics/product/components/ProductRank.vue b/src/views/mall/statistics/product/components/ProductRank.vue index a6285e1b..cb513bca 100644 --- a/src/views/mall/statistics/product/components/ProductRank.vue +++ b/src/views/mall/statistics/product/components/ProductRank.vue @@ -77,12 +77,9 @@ const queryParams = reactive({ times: [], sortingFields: {} }) -// 列表的加载中 -const loading = ref(false) -// 列表的总页数 -const total = ref(0) -// 列表的数据 -const list = ref([]) +const loading = ref(false) // 列表的加载中 +const total = ref(0) // 列表的总页数 +const list = ref([]) // 列表的数据 /** 查询商品列表 */ const getSpuList = async () => {