From f15ad3456b47e43646234b9c91c3ddd77ab2cd02 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 05 Jun 2024 10:05:13 +0800
Subject: [PATCH] 123

---
 src/page/user/ransferIndex.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/page/user/ransferIndex.vue b/src/page/user/ransferIndex.vue
index 47019bd..ce6e704 100644
--- a/src/page/user/ransferIndex.vue
+++ b/src/page/user/ransferIndex.vue
@@ -177,7 +177,7 @@
       show: false,
       toShow: false,
       // 后端返回的数据列表比较多。在这里前端配置需要展示的
-      filterActions: ["US", "IN"],
+      filterActions: ["US", "MAS", "HK","IN"],
       // 选择的列表
       actions: [],
       // 汇率
@@ -237,7 +237,6 @@
         array.map((item) => {
           item.name = this.$t(item.accectType);
         });
-        console.log("array",array)
         this.actions = array;
       }
     },
@@ -250,9 +249,6 @@
         });
         if (res.status === 0) {
           this.rate = res.data;
-          if (this.from.accectType == 'US'&&this.to.accectType=='IN'){
-            this.rate = 83.5
-          }
         }
       }
     },

--
Gitblit v1.9.3