Authored by zhouxl

【埋点】--review by 宏勇

... ... @@ -242,7 +242,7 @@ export function fetchResourceInfo() {
P_PARAM: content_code,
F_URL: item.url,
I_INDEX: index + 1,
F_ID:json[0].template_id,
F_ID: json.length > 0 ? json[0].template_id : "",
exposureEnd: 1
};
return item
... ...