Commit 12586787 authored by Peter Xin's avatar Peter Xin

Fix

parent 5855be9b
...@@ -131,7 +131,7 @@ updateAthleticMatch = function () { ...@@ -131,7 +131,7 @@ updateAthleticMatch = function () {
} }
// 否则留存 // 否则留存
else else
newPool.add(userA); newPool.push(userA);
} }
athleticUserPool = newPool; athleticUserPool = newPool;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment