瀏覽代碼

更新高校学历信息查询

sandm 2 年之前
父節點
當前提交
bcfe37f5e1
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      public/static/modular/talentIdentify/talentInfo/talentInfo_common_check.js

+ 6 - 1
public/static/modular/talentIdentify/talentInfo/talentInfo_common_check.js

@@ -849,7 +849,12 @@ $(function () {
         }else{
             var id = $(this).data('id');
             html = $("#"+id).html();
-            $(this).webuiPopover({title: '详情', content: html, trigger: 'hover',placement: 'right'}).webuiPopover('show');
+            if(id == "shebao"){
+                $(this).webuiPopover({title: '详情', content: html, trigger: 'hover',placement: 'right'}).webuiPopover('show');
+            }else{
+                $(this).webuiPopover({title: '详情', content: html, trigger: 'hover'}).webuiPopover('show');
+            }
+
         }
     });