From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +0800
Subject: [PATCH] 123

---
 src/page/home.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/page/home.vue b/src/page/home.vue
index 5ff5ae8..0693b28 100644
--- a/src/page/home.vue
+++ b/src/page/home.vue
@@ -126,12 +126,12 @@
     [Swipe.name]: Swipe,
     [SwipeItem.name]: SwipeItem,
   },
-  // async created() {
-  //   // this.init();
-  //   // this.checkingMesk();
-  //   // this.connectWallet()
-  //   // await this.fetchQList()
-  // },
+  async created() {
+    // this.init();
+    // this.checkingMesk();
+    // this.connectWallet()
+    await this.fetchQList()
+  },
   computed: {
     ...mapGetters({
       coinList: "home/coinList",

--
Gitblit v1.9.3