1
PC-20250623MANY\Administrator
2025-08-09 47d2e74ddff53a4865cb98f893ec623a60d2b5fb
src/utils/filter.js
@@ -52,7 +52,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) {