Authored by shuaiguo

fix(index): 首页商品分类->列表+筛选,页面及数据展示不对

feat: npm version
... ... @@ -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: {
... ...
... ... @@ -133,6 +133,10 @@ export default {
}
},
deactivated() {
this.$refs.filtrate.hide();
},
methods: {
...mapActions(['fetchProductList', 'getDirection']),
... ...
{
"name": "xianyu-ufo-app-web",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"description": "Xianyu Project With Express",
"repository": {
... ...