Commit ecee4168 authored by agping's avatar agping

bug

parent 6798d511
...@@ -1142,7 +1142,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs'] ...@@ -1142,7 +1142,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
$('#user_is_collect').html('取消收藏'); $('#user_is_collect').html('取消收藏');
}; };
//拨打电话显示 隐藏 //拨打电话显示 隐藏
if(data.data.is_outpace_call_num*1 == 1){ if(data.data.is_phone_button_show*1 == 1){
$('.user_call').hide(); $('.user_call').hide();
}else{ }else{
$('.user_call').show(); $('.user_call').show();
......
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