1
PC-20250623MANY\Administrator
2025-08-23 368676106d5a6e29b6447a8f3a09990cf78aab66
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) {