如何将查询字符串添加到 BigCommerce 代码?

如何在“image=product.main_image”指令之后添加查询字符串。我只想将查询字符串添加到图像的SRC标签中,但我不知道如何编辑BigCommerce代码。谢谢。


    {{> components/common/responsive-img

                image=product.main_image

                class="productView-image--default"

                fallback_size=theme_settings.product_size

                lazyload=theme_settings.lazyload_mode

                default_image=theme_settings.default_image_product

                otherAttributes="data-main-image"

    }}


喵喔喔
浏览 113回答 1
1回答

千万里不及你

此处的 main_image 属性实际上是一个对象,其中嵌套了 URL。因此,不能直接向其添加查询字符串。您可以在组件本身中执行此操作,如下所示:https://github.com/bigcommerce/cornerstone/blob/master/templates/components/common/responsive-img.html#L39如果您愿意,您可以在结果顶部调用 {{setURLQueryParam}} 帮助程序来添加参数。
打开App,查看更多内容
随时随地看视频慕课网APP