Commit 5a9d010f authored by agping's avatar agping

客户修改

parent b5bb3075
......@@ -541,7 +541,7 @@
<!--是否vip-->
<!--<label for="inputEmail3" class="col-sm-3 control-label">VIP客户:</label>-->
<span class="fore-span ld-Marheight">VIP客户:</span>
<select class="form-control btn6" id="user_vip2">
<select class="form-control btn4 ld-Marheight" id="user_vip2">
<option value='' class="successModel">请选择</option>
<option value="1"></option>
<option value="0"></option>
......
......@@ -570,7 +570,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$("#registration_time").html(data.data.user_info.registration_time);
$("#firstlogin_time").html(data.data.user_info.first_login_time);//第一次登陆时间
$("#sex").val(data.data.user_info.sex); //性别
$("#user_vip2").val(data.data.user_info.sex); //是否vip
$("#user_vip2").val(data.data.user_info.vip); //是否vip
$("#cus_phone").html(hideTel(data.data.user_info.user_phone)); //电话
$("#cus_date").html(data.data.user_info.create_time); //创建时间
$("#referrer_user").html(data.data.user_info.referrer_user); //上传时间
......
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