修复html追加

This commit is contained in:
liaozetao
2024-03-29 16:01:26 +08:00
parent 97438b0045
commit 6096ce090f

View File

@@ -599,7 +599,7 @@ export default {
html += '第 <input type="text" data-index="' + i + '" id="profitDate' + i + '" value="' + profitDate + '" style="width:41px;"/> 天,';
}
html += '返利 <input type="text" data-index="' + i + '" id="profitAmount' + i + '" value="' + profitAmount + '" style="width:41px;"/> 钻石 <button class="btn btn-sm btn-default opt-del" data-index="' + i + '">删除</button><br/>';
$span.html(html);
$span.append(html);
$div.append($span);
}
}