Commit dcbb91da authored by hujun's avatar hujun

客户列表文字修改

parent 4618cf06
......@@ -598,13 +598,13 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
user.agent_id_two = data.data.user_info.agent_id;
console.log(data.data.user_info.source);
if(data.data.user_info.source == 10) {
$("#source_type").html('客户c端注册'); //客方
$("#source_type").html('APP注册'); //客方
}
if(data.data.user_info.source == 20) {
$("#source_type").html('经纪人报备时添加,状态未激');
$("#source_type").html('经纪人新增');
}
if(data.data.user_info.source == 30) {
$("#source_type").html('老数据报备客户');
$("#source_type").html('老数据客户');
}
var caozuo_table = "";
$.each(data['data']['user_history'], function(i, item) {
......
......@@ -627,12 +627,12 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$("input[name=price_demand]").val(data.data.user_info.price_demand * 1);
$("input[name=area_demand]").val(data.data.user_info.area_demand * 1);
user.agent_id_two = data.data.user_info.agent_id;
console.log(data.data.user_info.source);
if(data.data.user_info.source == 10) {
$("#source_type").html('客户c端注册'); //客方
$("#source_type").html('APP注册'); //客方
}
if(data.data.user_info.source == 20) {
$("#source_type").html('经纪人报备时添加,状态未激');
$("#source_type").html('经纪人新增');
}
if(data.data.user_info.source == 30) {
$("#source_type").html('老数据报备客户');
......
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