Authored by 徐祁xuqi

hot category data with _

... ... @@ -216,7 +216,7 @@ function reMarginFooter(fixedElement) {
jsonData = {
page: bpIdArr[0],
floor: bpIdArr[1],
data: bpIdArr[2]
data: bpIdArr.slice(2).join('_') //防止值字符串中有_导致的问题
};
if (window._yas.sendCustomInfo) {
window._yas.sendCustomInfo(jsonData, Boolean(parseInt(bpIdArr[3]) || 1));
... ...