Commit 3251ce67 by doszhang

dos

parent 6040d1f6
......@@ -583,6 +583,7 @@ function deleteCheckedFlag(event) {
const index = flagStack.indexOf(text);
flagStack.splice(index, 1);
target.parent().remove();
$('.flag-page .choose-num').text((chooseNum--) - 1);
const nodeList = $('.flag-list-content .checked-item');
for (let i = 0; i < nodeList.length; i++) {
$(nodeList[i]).find('.checked-flag-no').text(i + 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment