Commit 302f54e4 authored by agping's avatar agping

null

parent 66939330
......@@ -1231,7 +1231,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
$(".weixin_nick").html(data.data.user_info.weixin_nick);//微信号
//显示全部客方
var kefang_table = "";
if(data['data']['customer_relegation_list'].length){
if(data['data']['customer_relegation_list']){
$.each(data['data']['customer_relegation_list'], function(i, item) {
kefang_table += '<span>' + item.site_name +'客方:' + item.agent_name+ '-' + item.agent_phone + '</span>';
});
......
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