Commit 2d64448c by 冷斌

fix bug

parent c40efcf4
...@@ -476,6 +476,12 @@ ...@@ -476,6 +476,12 @@
} }
localStorage.setItem("search", JSON.stringify(data)); localStorage.setItem("search", JSON.stringify(data));
this.cacheKeyWorlds = this.getCacheKeyWorlds(); this.cacheKeyWorlds = this.getCacheKeyWorlds();
},
// 关闭预览
close_yulan:function(){
// console.log(this.yulan)
this.yulan = false;
console.log(this.yulan)
} }
} }
}) })
......
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