修复游戏类型没有展示问题
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user