Commit 3ec14a7d authored by agping's avatar agping

1

parent c3f1c595
......@@ -1149,7 +1149,11 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
success: function(data) {
if(data.code == 200) {
if(data.data) {
user.entrustType = data.data.user_info.entrust_type;
user.entrustType = 0;
if(data.data.user_info.entrust_type){
user.entrustType = data.data.user_info.entrust_type;
}
//跟进 带看 6666
user.getGenjincon();
user.getUserLogNew();//客户详情获取最近一条带看动态
......
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