Parcourir la source

更新高校学历信息查询

sandm il y a 2 ans
Parent
commit
bcfe37f5e1

+ 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');
+            }
+
         }
     });