doum
15 小时以前 5dbd5bdfc1a4de43722485b728f7d27f9b369eb9
mini-program/utils/utils.js
@@ -40,4 +40,5 @@
  
  // 保留前3位和后4位,中间4位用*代替
  return cleaned.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
}
}