Authored by shuaiguo

Merge branch 'refs/heads/develop'

@@ -266,7 +266,7 @@ class Reg { @@ -266,7 +266,7 @@ class Reg {
266 BaiduSDK.reportOcpcApi({ 266 BaiduSDK.reportOcpcApi({
267 conversionTypes: { 267 conversionTypes: {
268 logidUrl, 268 logidUrl,
269 - newType: 25 269 + newType: 3
270 } 270 }
271 }); 271 });
272 } 272 }
1 { 1 {
2 "name": "yohobuywap-node", 2 "name": "yohobuywap-node",
3 - "version": "6.12.0", 3 + "version": "6.12.1",
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": {
@@ -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