From d37ceed2ad5b94bbfc71a8a4cbdb7b498ddf724d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 19 Jul 2025 14:14:18 +0800
Subject: [PATCH] 1
---
src/page/user/Warehouse.vue | 14 +++++---------
1 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/src/page/user/Warehouse.vue b/src/page/user/Warehouse.vue
index 1fabdb3..d956b4e 100644
--- a/src/page/user/Warehouse.vue
+++ b/src/page/user/Warehouse.vue
@@ -61,12 +61,12 @@
// },
{
title: this.$t("ydgs"),
- assname: this.$t("印股总资产"),
+ assname: this.$t("日股总资产"),
name: "2",
bgc: "rgb(12, 175, 226)",
- laber: "IN",
- symbolCode: "INR",
- symbol: "₹",
+ laber: "JP",
+ symbolCode: "JPY",
+ symbol: "¥",
},
// {
// title: this.$t("马来西亚"),
@@ -123,21 +123,17 @@
});
let obj = arr.filter((item) => item.name == this.active)[0];
this.activeObj = obj;
- console.log(obj, "0000000", this.tabsArr);
this.tabsArr = arr;
this.$forceUpdate(); // 强制Vue重新渲染
}
},
onClick(e) {
- console.log(e, "====");
this.active = e.name;
this.activeObj = e;
this.getMoneys();
if (e.name !== "1") {
this.$refs.dataListref.getList(e.laber);
}
-
- // console.log(e);
},
},
};
@@ -148,7 +144,7 @@
overflow: hidden;
min-height: 100vh;
// padding: 0 0.4rem 0.4rem;
- background-color: #fff;
+ background-color: #F8FAF9;
padding-bottom: 100px;
}
.tabs-box {
--
Gitblit v1.9.3