")}
${inputPrice.toFixed(2)} | ${outputPrice.toFixed(2)} | ${averagePrice.toFixed(2)} | ${(tokenAmount*100).toFixed(2)}万tokens ${(tokenAmount*100 /1.25).toFixed(2)}万汉字 | 中转:≈¥${(amount*2.6).toFixed(2)} 直连:≈¥${(amount*5.5).toFixed(2)} | `; tbody.appendChild(row); models.forEach(model=>{});} table.appendChild(tbody); const oldTable=document.getElementById('detailTable'); if (oldTable){ oldTable.parentNode.removeChild(oldTable);} table.id='detailTable'; document.getElementById('summary').appendChild(table);} function closeCustomerService(){ document.getElementById("customer-service").style.display="none";}