From e8b9f823dd93329eed3e9dc9a2964ac53734f4ee Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 23 May 2024 14:57:26 +0800
Subject: [PATCH] 部门要增加印股
---
src/page/wallet/index copy.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/wallet/index copy.vue b/src/page/wallet/index copy.vue
index 5d2bd59..b18d956 100644
--- a/src/page/wallet/index copy.vue
+++ b/src/page/wallet/index copy.vue
@@ -274,7 +274,7 @@
if (data.status === 0) {
this.onlineService = data.data.onlineService
} else {
- Toast(data.msg)
+ // Toast(data.msg)
}
},
async getUserInfo() {
--
Gitblit v1.9.3