Browse Source

feat:city

wangshan 2 năm trước cách đây
mục cha
commit
69e5cfd5c5

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

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