Authored by zhangxiaoru

new埋点bug

@@ -262,7 +262,7 @@ function search(opt) { @@ -262,7 +262,7 @@ function search(opt) {
262 op: 'YB_NEW_GOODS_LIST_L', 262 op: 'YB_NEW_GOODS_LIST_L',
263 param: JSON.stringify(Object.assign(yasparm, { 263 param: JSON.stringify(Object.assign(yasparm, {
264 RES_QTY: $container.find('.total').data('id'), 264 RES_QTY: $container.find('.total').data('id'),
265 - PRD_LIST: goodIds 265 + PRD_LIST: JSON.stringify(goodIds).replace(/\[|\]/g, '')
266 })) 266 }))
267 }, true); 267 }, true);
268 } 268 }
@@ -290,7 +290,7 @@ function search(opt) { @@ -290,7 +290,7 @@ function search(opt) {
290 op: 'YB_NEW_GOODS_LIST_L', 290 op: 'YB_NEW_GOODS_LIST_L',
291 param: JSON.stringify(Object.assign(yasparm, { 291 param: JSON.stringify(Object.assign(yasparm, {
292 RES_QTY: $container.find('.total').data('id'), 292 RES_QTY: $container.find('.total').data('id'),
293 - PRD_LIST: goodIds 293 + PRD_LIST: JSON.stringify(goodIds).replace(/\[|\]/g, '')
294 })) 294 }))
295 }, true); 295 }, true);
296 } 296 }