Commit d2672225 authored by agping's avatar agping

客户详情优化

parent 9f05b314
......@@ -496,7 +496,7 @@
</td>
<td>
<span class="fore-span">客户所属城市:</span>
<span class="shangpu_tags_area_detail fore-span">
<span class="shangpu_tags_area_detail2 fore-span">
</span>
</td>
......
......@@ -116,7 +116,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
var _siteID = user_info_obj.site_id;
var _str =_str1 + '<option value="' + _siteID + '">' + _city+ '</option>';
$(".user_city_choose_site_list").append(_str);
}
};
// $(".user_city_choose_site_list").val(user_info_obj.site_id);//给默认值
}
});
......
......@@ -154,7 +154,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
var _siteID = user_info_obj.site_id;
var _str =_str1 + '<option value="' + _siteID + '">' + _city+ '</option>';
$(".user_city_choose_site_list").append(_str);
}
};
// $(".user_city_choose_site_list").val(user_info_obj.site_id);//给默认值
}
});
},
......
......@@ -1153,7 +1153,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
});
$('.shangpu_tags_area_detail').show();
var site_detail= data.data.user_info.site_name.join(',');
$('.shangpu_tags_area_detail').html(site_detail);
$('.shangpu_tags_area_detail2').html(site_detail);
var sw=function(s){
switch(Number(s))
{ case 0:return"";
......
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