From 042ab9539dca1f431d71d62ac83e9d9a5abe9352 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 17 May 2024 18:36:30 +0800
Subject: [PATCH] 增加印度股票以及印度股票账户,打开大宗交易已经新股页面 这里都放出来,增加贷款

---
 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