1兼容数智五环大屏,跳转方法调整
This commit is contained in:
@@ -1169,7 +1169,8 @@ padding-left: 2em;
|
||||
var data = $this.attr("data-id")
|
||||
if (data != "") {
|
||||
window.open(data);
|
||||
top.window.location.reload();
|
||||
// top.window.location.reload();
|
||||
window.location.reload();
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1181,7 +1182,8 @@ padding-left: 2em;
|
||||
document.getElementById("hdNoticeId").value = noticeId;
|
||||
document.getElementById("imgBtn").click();
|
||||
window.open(data);
|
||||
top.window.location.reload();
|
||||
// top.window.location.reload();
|
||||
window.location.reload();
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user