|
|
@@ -260,8 +260,8 @@ export default {
|
|
|
|
|
|
confirmFilters() {
|
|
|
// 更新原有的筛选变量以保持兼容性
|
|
|
- this.priceType = this.selectedPrice || 0;
|
|
|
- this.hasStock = this.selectedStock || 0;
|
|
|
+ this.priceType = this.selectedPrice || -1;
|
|
|
+ this.hasStock = this.selectedStock || -1;
|
|
|
this.flowerNum = this.selectedFlowerNum || 0;
|
|
|
|
|
|
// 关闭筛选面板
|