$(function(){ if(window.location.ancestorOrigins.length){ $('body').addClass('shejiqi')}; //底部右侧分享 $(".foot-top a.ml-lg").each(function(){ var curIndex = $(this).index(); var curImg = $(".img-hide span").eq(curIndex-1).html(); if($(this).find(".la-info-model")){ $(this).find(".la-info-model").html(curImg); } }); })