Authored by shuaiguo

Merge branch 'refs/heads/hotfix/ocpc' into develop

... ... @@ -167,7 +167,7 @@ module.exports = class extends global.yoho.BaseModel {
BaiduSDK.reportOcpcApi({
conversionTypes: {
logidUrl,
newType: 25
newType: 3
}
});
}
... ...
{
"name": "yohobuy-node",
"version": "6.9.14",
"version": "6.9.15",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -138,7 +138,7 @@ function getShoppingKey() {
* @ version: v1.0.0
* 详情见文档:[http://ocpc.baidu.com/developer/d/guide/?iurl=api%2Fapi-doc%2Fapi-interface%2F]
*/
if (location.href.includes('bd_vid=')) {
if (location.href.includes('bd_vid')) {
setCookie('bd_vid_path', location.href, { path: '/', domain: '.yohobuy.com', expires: 90 });
}
}());
... ...