Commit c40efcf4 by 冷斌

fix bug

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