修复html追加
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user