Commit a38c9e11 authored by agping's avatar agping

昵称修改

parent 4442dae0
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" id="close">关闭 <button type="button" class="btn btn-default" data-dismiss="modal" id="close">关闭
</button> </button>
<button type="button" class="btn btn-primary" data-dismiss="modal" id="add_user"> <button type="button" class="btn btn-primary" id="add_user">
提交 提交
</button> </button>
</div> </div>
......
...@@ -203,13 +203,13 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css ...@@ -203,13 +203,13 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
if(temp*1==60){ if(temp*1==60){
$("#follow_list").find("tr").eq(e).find("td").eq(5).html("进场费") $("#follow_list").find("tr").eq(e).find("td").eq(5).html("进场费")
} }
if(temp_two*1==70){ if(temp*1==70){
$("#follow_list").find("tr").eq(e).find("td").eq(5).html("转让费") $("#follow_list").find("tr").eq(e).find("td").eq(5).html("转让费")
} }
if(temp_two*1==80){ if(temp*1==80){
$("#follow_list").find("tr").eq(e).find("td").eq(5).html("其他") $("#follow_list").find("tr").eq(e).find("td").eq(5).html("其他")
} }
if(temp_two*1==90){ if(temp*1==90){
$("#follow_list").find("tr").eq(e).find("td").eq(5).html("佣金") $("#follow_list").find("tr").eq(e).find("td").eq(5).html("佣金")
} }
......
...@@ -238,7 +238,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', ' ...@@ -238,7 +238,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
Submit_follow: function() { //提交 Submit_follow: function() { //提交
var params = {}; var params = {};
params.id = user.user_id; params.id = user.user_id;
params.user_nick = $("#cus_name").val(); params.user_name = $("#cus_name").val();
params.user_phone = $("#cus_phone").html(); params.user_phone = $("#cus_phone").html();
params.agent_id =user.agent_id2; params.agent_id =user.agent_id2;
params.sex = $("#sex").val(); params.sex = $("#sex").val();
......
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