Pre-loader
【全店優惠】買滿$200 全單 8折 買滿$70 免運費寄順豐自助櫃 / 順豐站 / 營業點。
點選此處進入篩選器 (1)

顯示 1 商品

Sega PM 雖然是公會的櫃檯小姐,但因為不想加班所以打算獨自討伐迷宮頭目 CHOKONOSE PREMIUM FIGURE 亞莉納·可洛瓦 坐下 景品模型
缺貨

SKU:

庫存情況: 缺貨

產品類別: 景品

供應商: Sega

Sega PM I May Be a Guild Receptionist, but I'll Solo Any Boss to Clock Out on Time CHOKONOSE PREMIUM FIGURE Alina Clover (Sitting ver.)

HK$78.00
HK$78.00
// Store scroll position when user scrolls window.addEventListener('scroll', function() { localStorage.setItem('scrollPosition', window.scrollY); }); // Retrieve and scroll to stored position when user returns to the page document.addEventListener('DOMContentLoaded', function() { const scrollPosition = localStorage.getItem('scrollPosition'); if (scrollPosition) { setTimeout(function() { window.scrollTo(0, scrollPosition); localStorage.removeItem('scrollPosition'); // Clear the stored position after scrolling }, 100); // Delay scrolling by 100ms to ensure page elements are fully loaded } });