From f0ff93bd4b1636ed99f637b86cd4f0b8af63414d Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 03 Jun 2025 18:34:32 +0800
Subject: [PATCH] style
---
src/views/wallet/withdraw.vue | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/views/wallet/withdraw.vue b/src/views/wallet/withdraw.vue
index 368dc6c..c101b63 100644
--- a/src/views/wallet/withdraw.vue
+++ b/src/views/wallet/withdraw.vue
@@ -311,7 +311,11 @@
</div>
<!-- 提现按钮 -->
<div class="css-1hythwr submit-but">
- <el-button type="primary" @click="formSubmit">
+ <el-button
+ type="primary"
+ style="background-color: rgb(240, 185, 11)"
+ @click="formSubmit"
+ >
{{ $t("message.user.xian13") }}</el-button
>
</div>
@@ -499,8 +503,8 @@
listTitle: this.$t("message.user.xian30"),
coinList: [
{ icon: "usdt", name: "USDT", min: 10 },
- // { icon: "btc", name: "BTC", min: 0.0000094 },
- // { icon: "eth", name: "ETH", min: 0.000094 },
+ { icon: "btc", name: "BTC", min: 0.0000094 },
+ { icon: "eth", name: "ETH", min: 0.000094 },
], //币种
biChooseIndex: 0,
m_menuchoose: 0,
@@ -560,6 +564,7 @@
coin: this.coinList[this.biChooseIndex].name,
}).then((res) => {
this.blockchain = res.data;
+ console.log("blockchain", this.blockchain);
this.netList = [];
for (var i in res.data) {
this.netList.push({
--
Gitblit v1.9.3