Authored by shuaiguo

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

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