Commit 7241e495 authored by liujiangnan's avatar liujiangnan

feat

parent c81ebe40
......@@ -125,7 +125,7 @@ cc.Class({
this.showWaitingLetters();
// this.onMiddleLayerLoadingFinish();
const words = cc.sys.localStorage.getItem("words");
const words = cc.sys.localStorage.getItem("wordIds");
if (words) {
this.loadOnlineBundle("wordgame_learning");
} else {
......
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