Browse Source

fix:参数修改

duxin 2 years ago
parent
commit
ff291e3032
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/front/classificationTag.go

+ 1 - 1
src/jfw/front/classificationTag.go

@@ -160,7 +160,7 @@ func RecommendationBeacon() map[string]interface{} {
 				list = *lists
 			}
 			sy.Lock()
-			data[v] = list
+			data[vst] = list
 			sy.Unlock()
 		}(v)
 	}