1兼容数智五环大屏,跳转方法调整
This commit is contained in:
@@ -831,7 +831,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();
|
||||
}
|
||||
})
|
||||
var slidesNum = 5
|
||||
@@ -858,7 +859,8 @@ padding-left: 2em;
|
||||
|
||||
$(".project-list>div").click(function () {
|
||||
var $this = $(this)
|
||||
top.window.location.href = "../indexProject.aspx?projectName=" + $this.html();
|
||||
// top.window.location.href = "../indexProject.aspx?projectName=" + $this.html();
|
||||
window.location.href = "../indexProject.aspx?projectName=" + $this.html();
|
||||
});
|
||||
|
||||
$(".js-more-1").click(function () {
|
||||
|
||||
Reference in New Issue
Block a user