Commit c40efcf4 by 冷斌

fix bug

parent 6bf1f672
......@@ -309,7 +309,7 @@
data: function () {
return {
keyword: "",
showHistory: false,
showHistory: true,
tab: 0,
options: [{
title: '视频',
......@@ -321,7 +321,8 @@
title: '实物',
items: []
}],
cacheKeyWorlds: this.getCacheKeyWorlds()
cacheKeyWorlds: this.getCacheKeyWorlds(),
yulan: 0
}
},
computed: {
......
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