Authored by zhangxiaoru

guang

... ... @@ -266,7 +266,7 @@ const _relatedTag = (tags, isApp) => {
if (value.url.indexOf('openby') >= 0) {
value.url = value.url;
} else {
value.url = tagUrl + '&openby:yohobuy={"action":"go.h5","params":{"query":"' + value.name + '","type":0","title":"' + value.name + '","url":"http://guang.m.yohobuy.com/tags/index","islogin":"N"}}}';
value.url = tagUrl + '&openby:yohobuy={"action":"go.h5","params":{"query":"' + value.name + '","type":0,"title":"' + value.name + '","url":"http://guang.m.yohobuy.com/tags/index","islogin":"N"}}';
}
}
... ...
... ... @@ -19,6 +19,7 @@ loading.init($(document.body), {
let seckillObj = {};
lazyload('img.lazy');
seckillObj = {
$container: null, // .seckill-list
... ... @@ -417,12 +418,13 @@ seckillObj = {
}))
);
lazyload('img.lazy');
if (result && result.activitys && result.activitys.length) {
window.diff = self.diff = Math.round((result.currentTime - Date.now()) / 1000);
return callback();
}
lazyload('img.lazy');
window.rePosFooter();
})
... ...
... ... @@ -204,8 +204,8 @@
.service-cont .service-prob:before,
.service-cont .service-answer:before {
content: "";
width: 31px;
height: 31px;
width: 30.8px;
height: 30.8px;
float: left;
margin-right: 20px;
position: absolute;
... ...
... ... @@ -24,10 +24,12 @@
.item-img {
width: 152px;
height: 203px;
margin-right: 30px;
img {
width: 100%;
height: 100%;
}
}
}
... ...