Commit 16a3697d authored by agping's avatar agping

修改

parent c364b0dc
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
} }
//点击拨打 记录拨打次数 //点击拨打 记录拨打次数
$("#fix_tel").click(function() { $("#fix_tel").click(function() {
if($.cookie("isCallShop") != 'yes'){ // if($.cookie("isCallShop") != 'yes'){
$.ajax({ $.ajax({
url: '/api/recordCallNumShare', url: '/api/recordCallNumShare',
type: 'POST', type: 'POST',
...@@ -282,12 +282,12 @@ ...@@ -282,12 +282,12 @@
}, },
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
$.cookie("isCallShop",'yes',{ expires: 1}); // $.cookie("isCallShop",'yes',{ expires: 1});
} }
}); });
} // }
}); });
$("#fix_area_bottom_btn").click(function() { $("#fix_area_bottom_btn").click(function() {
......
...@@ -1527,7 +1527,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -1527,7 +1527,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
}; };
}, },
error: function() { error: function() {
alert('error'); alert('error 客户跟进列表');
}, },
complete: function(xhr, textStatus){ complete: function(xhr, textStatus){
if(textStatus === 'timeout'){ if(textStatus === 'timeout'){
......
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