Commit c5c2fa1e authored by xishifeng's avatar xishifeng

客户动态详情修改

parent 9cf0ba24
......@@ -159,7 +159,7 @@
<script type="text/javascript" src="/app/js/jquery-1122-min.js"></script>
<script src="/app/js/common.js?new42" charset="utf-8"></script>
<script src="/app/js/customerinfo_details_new.js?new54"></script>
<script src="/app/js/customerinfo_details_new.js?new55"></script>
</body>
......
......@@ -125,7 +125,7 @@ function loadMain(){
$('#yaoqingren').attr('data-tel', _yaoqingren_tel).next().css('display', 'inline-block');
};
$('#isvip').html(data['data']['user_info']['vip']?'是':'否');//是否是vip
$('#isvip').html(Number(data['data']['user_info']['vip'])?'是':'否');//是否是vip
if(data['data']['user_info']['source'] == 10){
$('#create_type').html('APP注册');//产生类型
}else if(data['data']['user_info']['source'] == 20){
......
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