Commit b22c2150 authored by agping's avatar agping

商铺详情 记录

parent 159bc7a8
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
} }
//点击拨打 记录拨打次数 //点击拨打 记录拨打次数 朱威
$("#fix_tel").click(function() { $("#fix_tel").click(function() {
var time = localStorage.getItem(_shangpuId+"_"+_tel); var time = localStorage.getItem(_shangpuId+"_"+_tel);
var nowTime = (new Date()).getTime(); var nowTime = (new Date()).getTime();
...@@ -282,6 +282,17 @@ ...@@ -282,6 +282,17 @@
type: 'POST', type: 'POST',
async: true, async: true,
data: { data: {
'phone': _tel
},
dataType: 'json',
success: function(data) {
}
});
$.ajax({
url: '/api/addUserCallAgentV2',
type: 'POST',
async: true,
data: {
'phone': _tel 'phone': _tel
}, },
dataType: 'json', dataType: 'json',
......
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