Commit c98220b0 authored by agping's avatar agping

修改

parent 5f13ec4e
...@@ -445,6 +445,7 @@ body{ ...@@ -445,6 +445,7 @@ body{
bottom: 2rem; bottom: 2rem;
height: 1.6rem; height: 1.6rem;
width: 1.6rem; width: 1.6rem;
display: none;
} }
.shop-list img{ .shop-list img{
width: 1.6rem; width: 1.6rem;
......
...@@ -262,6 +262,7 @@ ...@@ -262,6 +262,7 @@
if(_name || _tel) { if(_name || _tel) {
var _fix_bottom = $(".fix_area_bottom_new"); var _fix_bottom = $(".fix_area_bottom_new");
_fix_bottom.show(); _fix_bottom.show();
$('.shop-list').show();
$("#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);
......
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