Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
shuaiguo
2019-11-19 16:05:40 +0800
Commit
175512ffe8ab64069bb0dbbb3c6a5f1db2ff4df3
1 parent
2e8d95d7
fix(index): 首页商品分类->列表+筛选,页面及数据展示不对
feat: npm version
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
apps/pages/list/filtrate.vue
apps/pages/list/list.vue
package.json
apps/pages/list/filtrate.vue
View file @
175512f
...
...
@@ -72,11 +72,11 @@ export default {
activated() {
let params = {...this.$route.query};
if (this.yoho.direction === 'forword') {
//
if (this.yoho.direction === 'forword') {
Object.assign(this.$data, this.$options.data());
!params.order && (params.order = 'sale_desc');
this.fetchData(params);
}
//
}
},
computed: {
...
...
apps/pages/list/list.vue
View file @
175512f
...
...
@@ -133,6 +133,10 @@ export default {
}
},
deactivated() {
this.$refs.filtrate.hide();
},
methods: {
...mapActions(['fetchProductList', 'getDirection']),
...
...
package.json
View file @
175512f
{
"name"
:
"xianyu-ufo-app-web"
,
"version"
:
"0.0.
4
"
,
"version"
:
"0.0.
5
"
,
"private"
:
true
,
"description"
:
"Xianyu Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment