feat: 商品item组件

This commit is contained in:
2026-05-11 13:15:31 +08:00
parent 5bbdeb6236
commit ce35f788ca
2 changed files with 6 additions and 1 deletions

View File

@@ -94,6 +94,7 @@
:url="item.url"
:name="item.title"
:price="item.price"
:showPrice="false"
></CommodityItem>
</div>
</div>