dcc
2024-05-06 687400dd8221fcfc430d423168cd3ffb6a4ae74e
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;
      }
    },
@@ -405,4 +406,4 @@
    font-size: 20px;
  }
}
</style>
</style>