refactor: 调整图片目录

This commit is contained in:
2025-05-23 14:25:33 +08:00
parent a8051c10de
commit 2705bb9baa
5 changed files with 17 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
<div class="catname">{$vo.name}</div>
<a class="catmore" href="{:url('product/subcategory', ['id' => $vo.id])}">
<span class="tmore">{:lang('product_newpro.view_all')}</span>
<img src="/static/index/images/more.png" class="catmoreImg" />
<img src="__IMAGES__/more.png" class="catmoreImg" />
</a>
</div>
{notempty name="vo.products"}