瀏覽代碼

feat: 提示获取修改

zhangyuhan 4 年之前
父節點
當前提交
266603d4ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/pc/biddetail_rec.html

+ 1 - 1
src/web/templates/pc/biddetail_rec.html

@@ -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="暂无画像数据"
 			}
 			}