{{phone.toHide(mobileTop)}}
{{couponNum}}
优惠券
{{productNum}}
奖品
{{item.formatDiscount ?item.formatDiscount:0}}
折
¥
{{item.formatReduceCost ?item.formatReduceCost:0}}
{{item.goodsName}}
无门槛
满{{item.formatLeastCost}}使用
{{item.couponBeginTimestamp}}-{{item.couponEndTimestamp}}
———— 抱歉,您暂无可用优惠券 ————
———— 更多优惠券 | 敬请期待 ————
{{item.goodsName}}
奖品参数
———— 抱歉,您暂无可领取奖品 ————
———— 更多奖品 | 敬请期待 ————
var toHide = function(array) {
var mphone = array.substring(0, 3) + '****' + array.substring(7);
return mphone;
}
module.exports.toHide = toHide;