微件:Childbox-more
来自UTASOY
<script> RLQ.push([["jquery"],function(){ $(".childbox-image-more").each( function(){
let more = $(this).attr("data-more"); $(this).attr("onclick","child_more('"+more+"');");
}) }]);
function child_more(more){
window.open(more);
} </script>