self_mall_xcx/pages/order/order-confirm/order.wxs
2023-05-30 20:21:16 +08:00

9 lines
182 B
XML

var toHide = function (array) {
if (!array) return;
var mphone = array.substring(0, 3) + '****' + array.substring(7);
return mphone;
};
module.exports = {
toHide: toHide,
};