Commit 89db9d1d authored by agping's avatar agping

商铺详情 加 头像

parent 6f525582
...@@ -256,6 +256,7 @@ ...@@ -256,6 +256,7 @@
_fix_top.hide(); _fix_top.hide();
}); });
var _name = getUrlParam('user_name'); var _name = getUrlParam('user_name');
var _name_img = getUrlParam('user_img');
var _tel = getUrlParam('user_tel'); var _tel = getUrlParam('user_tel');
if(_name || _tel) { if(_name || _tel) {
var _fix_bottom = $(".fix_area_bottom_new"); var _fix_bottom = $(".fix_area_bottom_new");
...@@ -263,6 +264,9 @@ ...@@ -263,6 +264,9 @@
$("#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);
if(_name_img){
$(".head-img-agent").attr("src", _name_img);
}
$("#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