@@ -649,8 +649,8 @@ function homeParse(homeObj) {
}
classes.push({
'type_id': url,
'type_name': name
'type_id': url.trim(),
'type_name': name.trim()
});
} catch (e) {
console.log(`分类列表定位第${idex}个元素正常报错:${e.message}`);
The note is not visible to the blocked user.