From 58af838e57447ce1e5d47b038c45f0df0eda23ba Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Tue, 16 Sep 2025 17:27:05 +0800
Subject: [PATCH] 1
---
src/utils/filter.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/utils/filter.js b/src/utils/filter.js
index 243d421..447a5f1 100644
--- a/src/utils/filter.js
+++ b/src/utils/filter.js
@@ -30,7 +30,9 @@
// 根据type返回货币符号
export function currencySymbol(type) {
if (type == "US") return "$";
- else if (type == "MEX") return "MX$";
+ else if (type == "HK") return "HK$";
+ else if (type == "IN") return "₹";
+ else if (type == "TW") return "NT$";
}
// 根据时间戳返回时间
export function gettime(time) {
--
Gitblit v1.9.3