From d5381ec06ab5f549fade867c3a874de613bdd5d4 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 07 Jun 2024 10:23:41 +0800
Subject: [PATCH] 去掉BNB充值,调试好充值接口
---
src/App.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index ac94f45..ce81d1e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -74,6 +74,7 @@
mounted() {
window.document.documentElement.setAttribute("data-theme", this.theme);
changeTheme(this.theme);
+ this.GET_UERS_KYC();
},
components: {
// loading: Loading,
@@ -81,7 +82,7 @@
},
methods: {
...mapActions("home", [SET_KEFU]),
- ...mapActions("user", [SET_CONFIG]),
+ ...mapActions("user", [SET_CONFIG, "GET_UERS_KYC"]),
...mapMutations("language", ["setLanguage"]),
...mapMutations("home", [SET_CURRENCY]),
async init() {
--
Gitblit v1.9.3