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