From 8c51de06d839339f428ca0691099fe60740765cf Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 05 Jul 2025 18:36:11 +0800
Subject: [PATCH] style
---
src/views/cryptos/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/cryptos/index.vue b/src/views/cryptos/index.vue
index a035f16..172e0b3 100644
--- a/src/views/cryptos/index.vue
+++ b/src/views/cryptos/index.vue
@@ -142,6 +142,7 @@
if (!(list instanceof Array)) {
return
}
+ // console.log('接口:_getHomeList 热门:',list)
this.loading = false
// this.qList = list.slice(0,10);
this.qList = list;
--
Gitblit v1.9.3