How to display max price on collection page in supply theme

I setup few variant price. The system always display the min price on the collection page. but i want to display the max price. Can someone help me for this ?

Thanks .

要去编辑代码:

找Snippets/product-grid-item.liquid

再找

{% include 'price' with product.price %}

改成

{% include 'price' with product.price_max %}

有些显示,有些不显示。