Browse Source

feat: 提示获取修改

zhangyuhan 4 năm trước cách đây
mục cha
commit
266603d4ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 (){
 		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){
 				tipMsg="暂无画像数据"
 			}