var toHide = function(array) {
var mphone = array.substring(0, 3) + '****' + array.substring(7);
return mphone;
}
module.exports.toHide = toHide;
{{address.name}}
{{phoneReg.toHide(address.phoneNumber || '')}}
默认
{{address.tag}}
{{address.address}}
删除