From ef0e4ff5ea0369e5ea9e0f4800847b664ce6b5c9 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 13 May 2025 17:39:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=90=9C=E7=B4=A2=E6=A1=86=20-=20?= =?UTF-8?q?=E7=83=AD=E9=94=80=E4=BA=A7=E5=93=81=E6=98=BE=E7=A4=BA=E7=AE=80?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/Common.php | 1 + app/index/view/public/header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/index/controller/Common.php b/app/index/controller/Common.php index 9040bb91..04eba78e 100644 --- a/app/index/controller/Common.php +++ b/app/index/controller/Common.php @@ -121,6 +121,7 @@ abstract class Common extends BaseController $products = ProductModel::field([ 'id', 'name', + 'short_name', 'cover_image', ]) ->language($language) diff --git a/app/index/view/public/header.html b/app/index/view/public/header.html index 50bc0842..f5dcd144 100644 --- a/app/index/view/public/header.html +++ b/app/index/view/public/header.html @@ -109,7 +109,7 @@
{$vo.name}
-
{$vo.name}
+
{$vo.short_name}
{/volist}