补充2
This commit is contained in:
@@ -260,7 +260,7 @@ export default {
|
||||
let $label = $('<label/>');
|
||||
$label.attr('for', 'content' + tag);
|
||||
$label.attr('class', 'col-sm-3 control-label');
|
||||
$label.attr('id', 'contentLab' + tab);
|
||||
$label.attr('id', 'contentLab' + tag);
|
||||
$label.html('游戏类型:');
|
||||
$box.append($label);
|
||||
$.ajax({
|
||||
|
Reference in New Issue
Block a user