|
@@ -215,7 +215,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
title: '',
|
|
title: '',
|
|
|
- salable: '',
|
|
|
|
|
|
|
+ salable: true,
|
|
|
scrollTop: 0,
|
|
scrollTop: 0,
|
|
|
showAction: false
|
|
showAction: false
|
|
|
};
|
|
};
|
|
@@ -308,6 +308,7 @@ export default {
|
|
|
if (info.name === 'price') {
|
|
if (info.name === 'price') {
|
|
|
this.sortDes = this.sortDes == 'desc' ? 'asc' : 'desc';
|
|
this.sortDes = this.sortDes == 'desc' ? 'asc' : 'desc';
|
|
|
}
|
|
}
|
|
|
|
|
+ this.salable = true
|
|
|
this.getData(true).then(() => {
|
|
this.getData(true).then(() => {
|
|
|
// this.changeScroll(this.$refs.swiperContent.offsetHeight);
|
|
// this.changeScroll(this.$refs.swiperContent.offsetHeight);
|
|
|
});
|
|
});
|