Commit 83cb68a1 authored by agping's avatar agping

1

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