Commit 2f9c07d9 authored by agping's avatar agping

1

parent cc405019
...@@ -1392,7 +1392,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c ...@@ -1392,7 +1392,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
var yuanpan = '<a class="public-box-noleft-73 heavyPlates6" href="#modal-heavyPlates" data-toggle="modal" data-id="'+ item.user_id +'">重盘</a>' var yuanpan = '<a class="public-box-noleft-73 heavyPlates6" href="#modal-heavyPlates" data-toggle="modal" data-id="'+ item.user_id +'">重盘</a>'
} }
user_bind_list += '<div>' + item.user_name + ',ID:' + item.user_id + ',' + hideTel(item.user_phone) + '<span class="public-box-noleft-73 del-relational" data-id="'+ item.user_id +'">解除关联</span>' + '<a class="public-box-noleft-73 user-detail" href="#modal-userDetail" data-toggle="modal" data-id="'+ item.user_id +'">客户详情</a>' + yuanpan + '</div>'; user_bind_list += '<div>' + item.user_name + ',ID:' + item.user_id + ',' + hideTel(item.user_phone) + '<span class="public-box-noleft-73 del-relational" data-id="'+ item.user_id +'">解除关联</span>' + '<a class="public-box-noleft-73 user-detail" href="#modal-userDetail" data-toggle="modal" data-id="'+ item.user_id +'">客户详情</a>' + yuanpan + '</div>';
}); });
if(user_bind_list){ if(user_bind_list){
$(".user-detail-relational").html(user_bind_list); $(".user-detail-relational").html(user_bind_list);
......
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