Commit 83cb68a1 authored by agping's avatar agping

1

parent 04856007
......@@ -292,7 +292,6 @@
_fix_bottom.show();
$('.shop-list').show();
$("#fix_name").html(_panfang_name);
// $("#fix_tel").attr("href", "tel:" + _tel).html(_tel);
$("#fix_tel").attr("href", "tel:" + _panfang_tel);
if(_panfang_img){
$(".head-img-agent").attr("src", _panfang_img);
......@@ -311,7 +310,6 @@
data: {
'phone': _tel,
'source':generalize_id
},
dataType: 'json',
success: function(data) {
......@@ -330,7 +328,6 @@
async: true,
data: {
'phone': _tel
// 'generalize_id':generalize_id
},
dataType: 'json',
success: function(data) {
......
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