|
|
@ -1280,6 +1280,7 @@ $(document).ready(function () { |
|
|
$('.gallery').html(html); |
|
|
$('.gallery').html(html); |
|
|
$('.gallery_img').eq(child_ppt).addClass('ppt_child_active'); |
|
|
$('.gallery_img').eq(child_ppt).addClass('ppt_child_active'); |
|
|
$('.look_backImg').attr('src', pptUrlList[key]['bgurl']) |
|
|
$('.look_backImg').attr('src', pptUrlList[key]['bgurl']) |
|
|
|
|
|
$('#preview_title').html(pptlist[key].name); |
|
|
setBackImgUrl(childList[child_ppt], true) |
|
|
setBackImgUrl(childList[child_ppt], true) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@ -1288,6 +1289,7 @@ $(document).ready(function () { |
|
|
let index = $(this).attr('index'); |
|
|
let index = $(this).attr('index'); |
|
|
setLookPPT_active(index) |
|
|
setLookPPT_active(index) |
|
|
new_parent_ppt = index; |
|
|
new_parent_ppt = index; |
|
|
|
|
|
$('#preview_title').html(pptlist[index].name); |
|
|
child_ppt = 0; |
|
|
child_ppt = 0; |
|
|
setLeftShow(new_parent_ppt) |
|
|
setLeftShow(new_parent_ppt) |
|
|
}) |
|
|
}) |
|
|
@ -1296,6 +1298,7 @@ $(document).ready(function () { |
|
|
let index = $(this).attr('index'); |
|
|
let index = $(this).attr('index'); |
|
|
setPagePPT_active(index) |
|
|
setPagePPT_active(index) |
|
|
old_parent_ppt = new_parent_ppt = index; |
|
|
old_parent_ppt = new_parent_ppt = index; |
|
|
|
|
|
$('#preview_title').html(pptlist[index].name); |
|
|
child_ppt = 0; |
|
|
child_ppt = 0; |
|
|
setLeftShow(old_parent_ppt) |
|
|
setLeftShow(old_parent_ppt) |
|
|
}) |
|
|
}) |
|
|
|