|
@@ -2209,7 +2209,7 @@ $(function(){
|
|
//企业画像跳转
|
|
//企业画像跳转
|
|
$(".portrait_img").hover(function (){
|
|
$(".portrait_img").hover(function (){
|
|
if (!$(this).next().hasClass("portrait_tip")){
|
|
if (!$(this).next().hasClass("portrait_tip")){
|
|
- var tipMsg=$(this).attr("tip-data");
|
|
|
|
|
|
+ var tipMsg=$(this).attr("tip-data") || $(this).parents('.tab-cont').children('.cont-cont.portrait_img').attr("tip-data");
|
|
if (!tipMsg){
|
|
if (!tipMsg){
|
|
tipMsg="暂无画像数据"
|
|
tipMsg="暂无画像数据"
|
|
}
|
|
}
|