From f8e9af35a267b7b9a2bf605187a11536889a6e38 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 20 May 2024 11:00:10 +0800
Subject: [PATCH] 修改:绑定银行卡 多语言
---
src/page/list/favorites/tabs.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/page/list/favorites/tabs.vue b/src/page/list/favorites/tabs.vue
index c807b9b..faa0a50 100644
--- a/src/page/list/favorites/tabs.vue
+++ b/src/page/list/favorites/tabs.vue
@@ -1,6 +1,6 @@
<template>
<div>
- <van-tabs
+ <!-- <van-tabs
:active="active"
line-width="15px"
@change="(e) => change(e, 'active')"
@@ -27,7 +27,7 @@
</template>
</van-tab>
</van-tabs>
- </div>
+ </div> -->
<dataList
:active="active"
@@ -48,13 +48,13 @@
tabsList: [
// { title: "自选", key: "" },
// { title: "数字货币", key: "1", name: "SZHB" },
- { title: this.$t("马股"), key: "2", name: "MAS" },
- { title: this.$t("美股"), key: "3", name: "US" },
+ { title: this.$t("印股"), key: "2", name: "IN" },
+ // { title: this.$t("美股"), key: "3", name: "US" },
],
zxtabsList: [
// { title: "数字货币", key: "1", name: "SZHB" },
- { title: this.$t("马股"), key: "2", name: "MAS" },
- { title: this.$t("美股"), key: "3", name: "US" },
+ { title: this.$t("印股"), key: "2", name: "IN" },
+ // { title: this.$t("美股"), key: "3", name: "US" },
],
active: "2",
zxactive: "2",
--
Gitblit v1.9.3