From fcb00a66b4053550b473a29d7299c7a4737eea75 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 16 Jul 2025 14:41:04 +0800
Subject: [PATCH] 翻译
---
src/components/mining-account/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/mining-account/index.vue b/src/components/mining-account/index.vue
index d565cc9..004d76e 100644
--- a/src/components/mining-account/index.vue
+++ b/src/components/mining-account/index.vue
@@ -163,12 +163,12 @@
this.wallets = data.extends;
this.form.symbol = this.actions[0].symbol;
this.form.symbol_name = this.actions[0].name;
- // let toObj = this.actions.find((item) => {
- // return item.symbol.toLowerCase() == "btc";
- // });
+ let toObj = this.actions.find((item) => {
+ return item.symbol.toLowerCase() == "btc";
+ });
// console.log('toObj: ',toObj.name)
- this.form.symbol_to = this.actions[1].symbol;
- this.form.symbol1_name = this.actions[1].name;
+ this.form.symbol_to = toObj.symbol;
+ this.form.symbol1_name = toObj.name;
});
},
methods: {
--
Gitblit v1.9.3