From 41f60633cbdaed2c633f90e43ca0c83fb3fdb975 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Fri, 19 Apr 2024 04:30:14 +0800
Subject: [PATCH] first

---
 src/page/quotes.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/page/quotes.vue b/src/page/quotes.vue
index d16946d..d270ece 100644
--- a/src/page/quotes.vue
+++ b/src/page/quotes.vue
@@ -138,6 +138,7 @@
       this.sortVal = val;
     },
     async fetchQoutes() {
+      console.log(this.coinList, "======");
       // 现货/合约
       if (!this.coinList.length) {
         await this.SET_COIN_LIST();

--
Gitblit v1.9.3