소스 검색

量表名称无法跳转问题

1178232204@qq.com 3 년 전
부모
커밋
f3b77ee75c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/cdss.js

+ 1 - 1
src/js/cdss.js

@@ -201,7 +201,7 @@ function moreInfo() {
     const type = $(this).parents(".pushItemBox").attr('data-type')
     openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}&mrId=${encodeURIComponent(mrId)}`)
   })
-  $('.evaluationtitle .item-name').off("click").click(function () {
+  $('.evaluationtitle').off("click").click(function () {
     const name = $(this).parents(".pushItemBox").attr('data-name')
     const type = $(this).parents(".pushItemBox").attr('data-type')
     openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}&page=1&mrId=${encodeURIComponent(mrId)}&gauge=gauge`)