Merge branch 'refs/heads/develop'
Showing
3 changed files
with
3 additions
and
3 deletions
@@ -295,7 +295,7 @@ $.extend({ | @@ -295,7 +295,7 @@ $.extend({ | ||
295 | * @ version: v1.0.0 | 295 | * @ version: v1.0.0 |
296 | * 详情见文档:[http://ocpc.baidu.com/developer/d/guide/?iurl=api%2Fapi-doc%2Fapi-interface%2F] | 296 | * 详情见文档:[http://ocpc.baidu.com/developer/d/guide/?iurl=api%2Fapi-doc%2Fapi-interface%2F] |
297 | */ | 297 | */ |
298 | - if (location.href.includes('bd_vid=')) { | 298 | + if (location.href.includes('bd_vid')) { |
299 | setCookie('bd_vid_path', location.href, { path: '/', domain: '.yohobuy.com', expires: 90 }); | 299 | setCookie('bd_vid_path', location.href, { path: '/', domain: '.yohobuy.com', expires: 90 }); |
300 | } | 300 | } |
301 | 301 |
-
Please register or login to post a comment