规格展示

This commit is contained in:
wangw 2024-12-02 15:52:54 +08:00
parent 6e5ed249ad
commit edcd85933e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class TbProductNewVo {
this.typeEnum = this.typeEnum + ":单规格";
break;
case "sku":
this.typeEnum = this.typeEnum + "多规格";
this.typeEnum = this.typeEnum + ":多规格";
break;
}
}