1. 我的购物车

2.发货信息

3.交货信息

4. 付款

5. 确认

您的购物车是空的

function scrollToSection(sectionId) { const section = document.getElementById(sectionId); if (section) { section.scrollIntoView({ behavior: 'smooth' }); } }