MrShi
8 天以前 8e0a06da052c4f335ed4a2be51e1ac2c6b45a7a4
small-program/utils/utils.js
@@ -41,4 +41,3 @@
  // 保留前3位和后4位,中间4位用*代替
  return cleaned.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
}