Commit 7c4d48ec by 冷斌

fix bug

parent c65282c3
...@@ -447,7 +447,7 @@ ...@@ -447,7 +447,7 @@
data.shift(); data.shift();
} }
localStorage.setItem("search", JSON.stringify(data)); localStorage.setItem("search", JSON.stringify(data));
this.cacheKeyWorlds(); this.cacheKeyWorlds = data;
} }
} }
}) })
......
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