Commit e4554265 authored by agping's avatar agping

客户列表 无效优化

parent 61b163cf
...@@ -160,6 +160,10 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -160,6 +160,10 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
user.user_status = $(this).attr("data-status"); user.user_status = $(this).attr("data-status");
$(this).attr('class', 'btn1 btn-default is_invalid'); $(this).attr('class', 'btn1 btn-default is_invalid');
if(user.user_status*1 != -1){ if(user.user_status*1 != -1){
if(!confirm('是否继续?')) {
return;
};
$(this).hide();
user.isInvalid(); user.isInvalid();
} }
}); });
......
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