Commit 16a3697d authored by agping's avatar agping

修改

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