Jane can not access the picture book - Solutions

Sensitive period: f12 console to perform under that part of the script on it 

$.each($(".image-loading"),function(i,obj){
    var $o = $(obj);
    var link = $o.attr("data-original-src")
    $o.attr("src",link);
    $o.addClass("illustration");
    $o.removeClass("image-loading");
    var $fu = $(obj.parentNode);

})
    $(".image-view-maintain").removeClass("image-view-maintain");

  

Guess you like

Origin www.cnblogs.com/q1359720840/p/10984029.html