摘要: //引入图片 import Img128 from '@/assets/img/newMyVoucher/UserInfo/128background.png'; import Img18 from '@/assets/img/newMyVoucher/UserInfo/18background.p 阅读全文
posted @ 2022-03-17 16:28 xuelin 阅读(22) 评论(0) 推荐(0) 编辑
摘要: //电话加密 function geTel(phone) { let NewPhone = phone.toString(); var reg = /^(\d{3})\d{4}(\d{4})$/; return NewPhone.replace(reg, '$1****$2'); } geTel(p 阅读全文
posted @ 2022-03-17 11:12 xuelin 阅读(72) 评论(0) 推荐(0) 编辑