|
@@ -122,6 +122,13 @@
|
|
|
window.open(url)
|
|
|
}
|
|
|
})
|
|
|
+ $(".hot-container img.v-thumbnail").each(function(){
|
|
|
+ var imgsrc = $(this).attr("src");
|
|
|
+ console.log("xx",imgsrc)
|
|
|
+ if(imgsrc.indexOf("://") < 0){
|
|
|
+ $(this).attr("src",{{Msg "seo" "jyadd"}}+imgsrc)
|
|
|
+ }
|
|
|
+ })
|
|
|
})
|
|
|
</script>
|
|
|
{{include "/common/baiducc.html"}}
|