|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <!-- 题目 -->
|
|
|
|
|
|
+ <!-- 游戏 -->
|
|
<div class="subjects">
|
|
<div class="subjects">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -48,7 +48,8 @@
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
// 切换窗口,并指定焦点移动位置,支持关闭所有窗口,支持同时打开另一个界面
|
|
// 切换窗口,并指定焦点移动位置,支持关闭所有窗口,支持同时打开另一个界面
|
|
function changeWindow(id, className, currentIndex, id2) {
|
|
function changeWindow(id, className, currentIndex, id2) {
|
|
var popups = document.getElementsByClassName('popup')
|
|
var popups = document.getElementsByClassName('popup')
|
|
@@ -65,12 +66,13 @@
|
|
btn.reSetClass(className, currentIndex)
|
|
btn.reSetClass(className, currentIndex)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
// 返回方法
|
|
// 返回方法
|
|
function backRule() {
|
|
function backRule() {
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
btn = new tvSysBtnBind(tsConfig)
|
|
btn = new tvSysBtnBind(tsConfig)
|
|
window.onBackEvent = backRule
|
|
window.onBackEvent = backRule
|
|
</script>
|
|
</script>
|