Commit 753eefea authored by agping's avatar agping

h5商铺详情 修改

parent a39b8ecb
...@@ -265,7 +265,12 @@ ...@@ -265,7 +265,12 @@
$("#fix_name").html(_name); $("#fix_name").html(_name);
// $("#fix_tel").attr("href", "tel:" + _tel).html(_tel); // $("#fix_tel").attr("href", "tel:" + _tel).html(_tel);
$("#fix_tel").attr("href", "tel:" + _tel); $("#fix_tel").attr("href", "tel:" + _tel);
$(".head-img-agent").attr("src", _name_img); if(_name_img){
$(".head-img-agent").attr("src", _name_img);
}else{
$(".head-img-agent").attr("src", "/app/images/ic_default_headpic.png");
}
$("#fix_area_bottom_btn").click(function() { $("#fix_area_bottom_btn").click(function() {
_fix_bottom.hide(); _fix_bottom.hide();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment