MrShi
2026-03-06 e53f386fd0e55bc27925898b67a24658846be49b
mini-program/utils/utils.js
@@ -40,4 +40,5 @@
  
  // 保留前3位和后4位,中间4位用*代替
  return cleaned.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
}
}