Skip to content

Cart

Your cart is empty

If you have any questions

Please contact us here in time and we will respond to your questions as soon as we see the information...

Contact

Our merchandiser will respond to you as soon as possible to let you know the result of your application (please use the email address you check regularly to receive shipping notifications and order updates). You can also send us an email at info@ymipainting.com

// 20260224 facebooky延迟加载 // ====== 5. Judge.me 评论插件懒加载 ====== let judgeLoaded = false; function loadJudgeMe() { if(judgeLoaded) return; judgeLoaded = true; var s = document.createElement('script'); s.src = "https://cdnwidget.judge.me/shopify_v2/leex.js"; s.async = true; document.body.appendChild(s); } const observer = new IntersectionObserver(entries=>{ entries.forEach(entry=>{ if(entry.isIntersecting) loadJudgeMe(); }); }); const target = document.querySelector('#judge-me-comments'); if(target) observer.observe(target); });