From 07e67c50fb56b0d321df60bd8d67723da399506a Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 23 Jul 2025 11:55:58 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BA=BA=E7=AD=89=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useProductsSets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useProductsSets.js b/src/hooks/useProductsSets.js index 17072c7..c291cbf 100644 --- a/src/hooks/useProductsSets.js +++ b/src/hooks/useProductsSets.js @@ -205,5 +205,5 @@ export const PackageTypes = [ ]; export const formatGroupSize = (min, max) => { - return max === 1000 ? min === 0 ? '不限人等' : `${min}人以上` : `${min}-${max}`; + return max === 1000 ? min === 0 ? '不分人等' : `${min}人以上` : `${min}-${max}`; };