Commit 4640e18f authored by agping's avatar agping

1

parent 108fc877
......@@ -1747,6 +1747,11 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
success: function(data) {
if(data.code == 200) {
if(data.data) {
if(data.data.user_info.entrust_type == 1){//编辑的时候隐藏 业态范围 最适合业态
$(".isShowYetaiEdit").hide();
}else{
$(".isShowYetaiEdit").show();
};
$('#find-shop-typeEdit').val(data.data.user_info.entrust_type);//客户类型 商铺 办公楼
$("#weixin_nickEdit").val(data.data.user_info.weixin_nick);//微信号
$("#edit-user-staus").val(data.data.user_info.user_status);//客户状态
......
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