Showing
4 changed files
with
8 additions
and
4 deletions
@@ -266,7 +266,7 @@ const _relatedTag = (tags, isApp) => { | @@ -266,7 +266,7 @@ const _relatedTag = (tags, isApp) => { | ||
266 | if (value.url.indexOf('openby') >= 0) { | 266 | if (value.url.indexOf('openby') >= 0) { |
267 | value.url = value.url; | 267 | value.url = value.url; |
268 | } else { | 268 | } else { |
269 | - 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"}}}'; | 269 | + 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"}}'; |
270 | } | 270 | } |
271 | } | 271 | } |
272 | 272 |
@@ -19,6 +19,7 @@ loading.init($(document.body), { | @@ -19,6 +19,7 @@ loading.init($(document.body), { | ||
19 | let seckillObj = {}; | 19 | let seckillObj = {}; |
20 | 20 | ||
21 | lazyload('img.lazy'); | 21 | lazyload('img.lazy'); |
22 | + | ||
22 | seckillObj = { | 23 | seckillObj = { |
23 | $container: null, // .seckill-list | 24 | $container: null, // .seckill-list |
24 | 25 | ||
@@ -417,12 +418,13 @@ seckillObj = { | @@ -417,12 +418,13 @@ seckillObj = { | ||
417 | })) | 418 | })) |
418 | ); | 419 | ); |
419 | 420 | ||
421 | + lazyload('img.lazy'); | ||
422 | + | ||
420 | if (result && result.activitys && result.activitys.length) { | 423 | if (result && result.activitys && result.activitys.length) { |
421 | window.diff = self.diff = Math.round((result.currentTime - Date.now()) / 1000); | 424 | window.diff = self.diff = Math.round((result.currentTime - Date.now()) / 1000); |
422 | return callback(); | 425 | return callback(); |
423 | } | 426 | } |
424 | 427 | ||
425 | - lazyload('img.lazy'); | ||
426 | window.rePosFooter(); | 428 | window.rePosFooter(); |
427 | 429 | ||
428 | }) | 430 | }) |
@@ -204,8 +204,8 @@ | @@ -204,8 +204,8 @@ | ||
204 | .service-cont .service-prob:before, | 204 | .service-cont .service-prob:before, |
205 | .service-cont .service-answer:before { | 205 | .service-cont .service-answer:before { |
206 | content: ""; | 206 | content: ""; |
207 | - width: 31px; | ||
208 | - height: 31px; | 207 | + width: 30.8px; |
208 | + height: 30.8px; | ||
209 | float: left; | 209 | float: left; |
210 | margin-right: 20px; | 210 | margin-right: 20px; |
211 | position: absolute; | 211 | position: absolute; |
-
Please register or login to post a comment