Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
116664d7
Commit
116664d7
authored
Aug 12, 2019
by
1037621594
Committed by
linlinjava
Aug 12, 2019
Browse files
Update index.vue (#250)
修复了商品分类无法切换的bug
parent
c04bf486
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/views/items/category/index.vue
View file @
116664d7
...
...
@@ -64,7 +64,7 @@ export default {
handleTabClick
(
index
)
{
this
.
categoryId
=
this
.
navList
[
index
].
id
;
this
.
$router
.
replace
({
name
:
'
list
'
,
name
:
'
category
'
,
query
:
{
itemClass
:
this
.
categoryId
}
});
this
.
init
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment