修复游戏类型没有展示问题

This commit is contained in:
liaozetao
2023-12-20 11:10:22 +08:00
parent 08f8a6a4ca
commit ff256b2543

View File

@@ -283,6 +283,7 @@ export default {
$select.append($option);
}
$box.append($select);
$box.show();
}
},
});
@@ -303,6 +304,7 @@ export default {
$input.attr('id', 'content' + tag);
$div.append($input);
$box.append($div);
$box.show();
}
}
window.changeContent = changeContent;