diff --git a/main.ts b/main.ts index 710f4b1..b7cdc6f 100644 --- a/main.ts +++ b/main.ts @@ -365,7 +365,7 @@ const html = ` 操作 - +
@@ -547,8 +547,7 @@ const html = ` // 修改加载价格数据函数 async function loadPrices() { console.log('Starting to load prices...'); - const priceTable = document.getElementById('priceTable'); - const tbody = priceTable?.querySelector('tbody'); + const tbody = document.getElementById('priceTableBody'); if (!tbody) { console.error('Price table body not found'); return;