修复递归

This commit is contained in:
zhx 2026-06-08 19:52:16 +08:00
parent fe7ef809de
commit ff755b449e
2 changed files with 1 additions and 4 deletions

View File

@ -160,6 +160,6 @@
</script>
<script src="../../common/i18n.js?v=20260606c"></script>
<script src="../../common/api.js?v=20260606c"></script>
<script src="./script.js?v=20260608a"></script>
<script src="./script.js?v=20260608b"></script>
</body>
</html>

View File

@ -95,9 +95,6 @@
table.innerHTML = rows.join('');
syncDynamicTableLayout(tiers.length + 1);
if (window.HyAppI18n && window.HyAppI18n.apply) {
window.HyAppI18n.apply(table);
}
}
function syncDynamicTableLayout(rowCount) {