Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-07-28 14:07:49 +0800
Commit
4f81d30ee3063e2abb9d4c3adf13f1b264f2d1ac
1 parent
63746303
'解决filter打不开的问题'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/vue/product/shop/shop-box.vue
public/vue/product/shop/top-bar.vue
public/vue/product/shop/shop-box.vue
View file @
4f81d30
...
...
@@ -149,7 +149,7 @@
bus.$on('filter.change', ({val}) => {
Object.assign(this.filter, val);
this.search();
this.$refs.filter.
on
= false;
this.$refs.filter.
isVisible
= false;
});
/**
...
...
public/vue/product/shop/top-bar.vue
View file @
4f81d30
...
...
@@ -90,7 +90,7 @@
});
},
showFilter() {
this.$parent.$refs.
drawer.on = !this.$parent.$refs.drawer.on
;
this.$parent.$refs.
filter.isVisible = !this.$parent.$refs.filter.isVisible
;
}
}
};
...
...
Please
register
or
login
to post a comment