|
@@ -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`)
|