Authored by uedxwg

结算bug修改

... ... @@ -345,9 +345,4 @@ function phoneHidden(phone) {
$('.info-phone').html(phoneHidden($('.info-phone').html()));
$subBlock.each(function() {
if ($('ul li', this).length === 1) {
$('h3 i', this).hide();
}
});
... ...