From cca73dd4db5b20bffc6ed6200bdf058aae392c44 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 29 Jul 2025 12:00:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E8=B7=AF=E5=BE=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/product/detail.html | 4 ++++ app/index/view/pc/product/detail.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/index/view/mobile/product/detail.html b/app/index/view/mobile/product/detail.html index 3ea3fc49..d2789f99 100644 --- a/app/index/view/mobile/product/detail.html +++ b/app/index/view/mobile/product/detail.html @@ -22,7 +22,11 @@ {:lang_i18n('首页')} {volist name="product_categorys" id="ca"} + {eq name="ca.pid" value="0"} {$ca.name} + {else /} + {$ca.name} + {/eq} {/volist} diff --git a/app/index/view/pc/product/detail.html b/app/index/view/pc/product/detail.html index 7e481523..7b061f50 100644 --- a/app/index/view/pc/product/detail.html +++ b/app/index/view/pc/product/detail.html @@ -22,7 +22,11 @@ {:lang_i18n('首页')} {volist name="product_categorys" id="ca"}
+ {eq name="ca.pid" value="0"} {$ca.name} + {else /} + {$ca.name} + {/eq} {/volist}