6
0
Fork 0
release
panliang 2022-06-15 09:14:40 +08:00
parent efc95cce95
commit 4a4b3c3f61
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ trait SkuInfo
{
return [
'spu_id' => $spu->id,
'name' => static::createName($spu->name, $skuSpec['specs']),
'name' => $spu->name,
// 'name' => static::createName($spu->name, $skuSpec['specs']),
'subtitle' => $spu->subtitle,
'category_id' => $spu->category_id,
'cover' => $spu->cover,