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