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