Commit 0b6d86f2 by member

修改bug

parent c207071e
......@@ -251,7 +251,6 @@ export default {
handleThirdTag(list, i) {
localStorage.setItem('jumpTag', JSON.stringify(this.tagList));
localStorage.setItem('jumpThirdTag', JSON.stringify(list));
// localStorage.setItem('jumpTag', JSON.stringify(list));
this.dispatch('member-tag', 'handle-third-tag', list);
}
},
......
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