refactor: mobile 产品classify.html
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2026-04-15 16:41:33 +08:00
parent 1ed900d2b5
commit 9b661405c9

View File

@@ -56,7 +56,7 @@
<section class="sec-box"> <section class="sec-box">
<div class="sec-header"> <div class="sec-header">
<div class="sec-title">{$child.name}</div> <div class="sec-title">{$child.name}</div>
<a class="sec-arrow" href="#" target="_self"> <a class="sec-arrow" href="{:url('product/subcategory', ['id' => $child.id])}" target="_self">
<img src="__IMAGES__/y.png" alt=""> <img src="__IMAGES__/y.png" alt="">
</a> </a>
</div> </div>