document.addEventListener("shopify:section:load", function (section) {
    initSlider(section.target);
    checkImagesLazyLoaded();
  });
  document.addEventListener("shopify:section:reorder", function (section) {
    initSlider(section.target);
    checkImagesLazyLoaded();
  });
  1. shopify:section:load 事件:当某个部分(section)加载完成时,会执行传入的回调函数。在回调函数中,调用 initSlider 函数并传入加载的部分的目标元素,同时调用 checkImagesLazyLoaded 函数。

  2. shopify:section:reorder 事件:当某个部分(section)重新排序时,执行相同的回调操作。

  • shopify:block:select:当一个块被选中时触发。
  • shopify:block:deselect:当一个块取消选中时触发。
  • shopify:product:select:当选择一个产品时触发。
  • shopify:cart:update:当购物车内容更新时触发。

Leave a reply

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

required