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

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