refactor: 搜索框 - 热销产品显示简称

This commit is contained in:
2025-05-13 17:39:03 +08:00
parent 54a0175efa
commit 81b2f7c8f7
2 changed files with 2 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ abstract class Common extends BaseController
$products = ProductModel::field([
'id',
'name',
'short_name',
'cover_image',
])
->language($language)