Commit d2554e6e authored by agping's avatar agping

达到上限修改

parent e73803c4
...@@ -502,12 +502,11 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -502,12 +502,11 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
}); });
//拨打手机号 //拨打手机号
$(document).on("click", ".user_call", function() { $(document).on("click", ".user_call", function() {
// if(is_outpace_call_num == '0'){ if(is_outpace_call_num == '0'){
user.user_Call(); user.user_Call();
// }else{ }else{
// layerTipsX('该客户今日已达拨打上限,请明日再来'); layerTipsX('该客户今日已达拨打上限,请明日再来');
// } }
//
}); });
//没打通手机号 //没打通手机号
$(document).on("click", "#unbind_call", function() { $(document).on("click", "#unbind_call", function() {
......
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