提交 ec444ee0 作者: 毛细亚

更新侧边栏

上级 641d88f3
...@@ -817,13 +817,17 @@ export default { ...@@ -817,13 +817,17 @@ export default {
item.children && item.children &&
item.children.length > 0 item.children.length > 0
) { ) {
// 过滤掉 game_name 为"破日开天"的数据 // 过滤掉 game_name 为"破日开天"的数据 英雄霸业 741:独步天龙 912:神权之战 繁华梦/2274
const filteredChildren = item.children.filter((child) => { const filteredChildren = item.children.filter((child) => {
return ( return (
child.game_name !== "破日开天" && child.game_name !== "破日开天" &&
child.game_name !== "英雄霸业" && child.game_name !== "英雄霸业" &&
child.game_id !== "741" && child.game_id !== "741" &&
child.game_id !== "912" child.game_id !== "912" &&
child.game_name !== '神权之战' &&
child.game_id !== '741' &&
child.game_id !== '2274' &&
child.game_name !== '繁华梦'
); );
}); });
this.$set( this.$set(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论