(function () { setTimeout(() => { const observer = new MutationObserver((mutationsList) => { for (const mutation of mutationsList) { if (mutation.target.classList.contains('deliver-plugin-delivery-select-slot')) { console.log(mutation.target); const items = mutation.target.querySelectorAll('._deliveryItem_7r76h_4 > div'); items.forEach((item, index) => { // 根据内容匹配,设置文案 if( item.innerText.trim() === 'Delivery') { item.innerText = 'custom 1111' } // 根据顺序,设置第三个的文案 if (index === 2) { item.innerText = 'custom 333'; } }); } } }); const config = { childList: true, subtree: true, attributes: true }; observer.observe(document.querySelector('.cart__checkout-container'), config); }); })();

바구니

당신의 바구니가 비었습니다

쇼핑하러 가기
  • 합계 $0.00 USD
결제 시 계산되는 세금과 배송비