Ver Fonte

Merge branch 'dev/v4.8.47_ws' of qmx/jy into feature/v4.8.47

wangshan há 2 anos atrás
pai
commit
bc87e6fc0c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/jfw/modules/app/src/app/jyutil/tags.go

+ 1 - 1
src/jfw/modules/app/src/app/jyutil/tags.go

@@ -181,7 +181,7 @@ func GetAllArea() {
 				}
 				AreaToCity[cityCode] = append(AreaToCity[cityCode], &SeoInfo{
 					Name: cm.NAME,
-					Url:  fmt.Sprintf(mobileHref, Label["area"], ck),
+					Url:  fmt.Sprintf(mobileHref, Label["city"], ck),
 				})
 			}
 		}