From 65e9c59ba9906c0196641f9b95032ca5a8b78898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 29 Oct 2025 15:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82checkExist=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E8=B0=83=E7=94=A8=E6=9F=A5=E7=9C=8B=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=87=AA=E9=80=89=E8=82=A1=E7=9A=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 62b45e9..b103c20 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -443,7 +443,7 @@ export default { } else { console.error('检查用户自选股存在性失败:', checkResult.message) // 失败时也尝试加载默认自选股 - await this.loadDefaultStocks() + // await this.loadDefaultStocks() } } catch (error) { console.error('加载自选股数据失败:', error)