Skip to content

Commit 29e7161

Browse files
committed
📖 MALL:code review 商品统计的代码
1 parent 9bdba0f commit 29e7161

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/views/mall/statistics/product/components/ProductRank.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,9 @@ const queryParams = reactive({
7777
times: [],
7878
sortingFields: {}
7979
})
80-
// 列表的加载中
81-
const loading = ref(false)
82-
// 列表的总页数
83-
const total = ref(0)
84-
// 列表的数据
85-
const list = ref<ProductStatisticsVO[]>([])
80+
const loading = ref(false) // 列表的加载中
81+
const total = ref(0) // 列表的总页数
82+
const list = ref<ProductStatisticsVO[]>([]) // 列表的数据
8683
8784
/** 查询商品列表 */
8885
const getSpuList = async () => {

0 commit comments

Comments
 (0)