Merge remote-tracking branch 'origin/l' into l

l
862857010@qq.com 2 years ago
commit 474d759fa2
  1. 1
      src/main/webapp/html/back/ybsjMap/scenicDetails.html

@ -105,6 +105,7 @@
$('#content').html(details.content);
$('.addr').html(details.addr);
$('.opentime').html(details.opentime);
$('.tel').html(details.tel);
$('.tel').attr('href', "tel:" + details.tel)
}
});

Loading…
Cancel
Save