This commit is contained in:
liaozetao
2023-12-20 10:54:19 +08:00
parent 0b443f8247
commit 43837aad92

View File

@@ -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/>');