我的优惠券 {{countNum}} var toHide = function (array) { var mphone = array.substring(0, 3) + '****' + array.substring(7); return mphone; } module.exports.toHide = toHide;