From 289948f53b5e0b00a656d60c08efbff0eb05fa90 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 16 May 2024 15:37:05 +0800
Subject: [PATCH] 提款更改
---
src/page/user/ransferIndex.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/page/user/ransferIndex.vue b/src/page/user/ransferIndex.vue
index 6be49dd..47019bd 100644
--- a/src/page/user/ransferIndex.vue
+++ b/src/page/user/ransferIndex.vue
@@ -177,7 +177,7 @@
show: false,
toShow: false,
// 后端返回的数据列表比较多。在这里前端配置需要展示的
- filterActions: ["US", "MAS", "HK"],
+ filterActions: ["US", "IN"],
// 选择的列表
actions: [],
// 汇率
@@ -237,6 +237,7 @@
array.map((item) => {
item.name = this.$t(item.accectType);
});
+ console.log("array",array)
this.actions = array;
}
},
@@ -249,6 +250,9 @@
});
if (res.status === 0) {
this.rate = res.data;
+ if (this.from.accectType == 'US'&&this.to.accectType=='IN'){
+ this.rate = 83.5
+ }
}
}
},
@@ -405,4 +409,4 @@
font-size: 20px;
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3