补充
This commit is contained in:
@@ -291,7 +291,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('房主音萌号<font color="red">*</font>:');
|
||||
$box.append($label);
|
||||
let $div = $('<div/>');
|
||||
|
Reference in New Issue
Block a user