|
@@ -6653,23 +6653,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
}),
|
|
|
t.goToHighlight([i.data("index"),0])
|
|
|
//改
|
|
|
- }),
|
|
|
-
|
|
|
- // 手动触发 导览列表点击
|
|
|
- $("#myClickBox #go").on('click',function(){
|
|
|
- const imgActIndex = $(".thumbImg.active").data('index')
|
|
|
- const curIndex = typeof imgActIndex === 'number' ? imgActIndex : -1;
|
|
|
- const nextIndex = Number(curIndex) + 1;
|
|
|
- if (nextIndex >= Fe) return
|
|
|
- t.goToHighlight([nextIndex,0])
|
|
|
- })
|
|
|
- $("#myClickBox #back").on('click',function(){
|
|
|
- const imgActIndex = $(".thumbImg.active").data('index')
|
|
|
- const curIndex = typeof imgActIndex === 'number' ? imgActIndex : -1;
|
|
|
- const nextIndex = Number(curIndex) - 1;
|
|
|
- if (nextIndex < 0) return
|
|
|
- t.goToHighlight([nextIndex,0])
|
|
|
- })
|
|
|
+ }),
|
|
|
|
|
|
$(".previous").find("a").on("click", function(e) {
|
|
|
l(e),
|