@@ -507,6 +507,7 @@
muluUpdateActive();
readerm.jumpChapter();
actAllDialog(false)
+ window.scrollTo(0,0);
})
// 点击弹窗内容以外的地方关闭弹窗
$("#mulu_Mask").on('click', function(e) {
@@ -621,10 +622,12 @@
$("#btn_prev").click(function() {
readerm.prveChapter();
});
$("#btn_next").click(function() {
readerm.nextChapter();
}