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