a
This commit is contained in:
@@ -1631,7 +1631,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
storeName = storeName[0:strings.Index(storeName, "(")] + storeName[strings.Index(storeName, ")")+3:len(storeName)]
|
||||
}
|
||||
if strings.Contains(storeName, "(") {
|
||||
storeName = storeName[0:strings.Index(storeName, "(")] + storeName[strings.Index(storeName, ")")+1:len(storeName)]
|
||||
storeName = storeName[0:strings.Index(storeName, "(")] + storeName[strings.Index(storeName, ")")+3:len(storeName)]
|
||||
}
|
||||
if strings.Contains(storeName, ".") {
|
||||
storeName = storeName[0:strings.Index(storeName, ".")] + storeName[strings.Index(storeName, ".")+1:len(storeName)]
|
||||
|
||||
Reference in New Issue
Block a user