diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index dc253e101..5b42013c9 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4454,10 +4454,10 @@ func RefreshPageStore() { jds2 []*JdPage mts2 []*MtPage splitStr1 = []string{ - "-", "(", "(", "•", + "-", "(", "(", "•", "【", } splitStr2 = []string{ - "-", "(", "(", "•", " ", + "-", "(", "(", "•", " ", "【", } ) trySplitBrand := func(splitStr []string, name string) (brandName string) {