This commit is contained in:
xiaozhiyong
2023-08-30 15:49:48 +08:00
parent 6df26c7fe5
commit 5dfc59b640
4 changed files with 32 additions and 19 deletions

View File

@@ -55,12 +55,7 @@
},
selePrice: function(n, o) {
console.log(this.selePrice, 'jiage');
// this.filterData[1].lable = '低于' + this.selePrice.middlePrice;
// this.filterData[1].value = this.selePrice.middlePrice;
// this.filterData[2].lable = '最低价格';
// this.filterData[2].value = this.selePrice.minPrice;
// this.filterData
this.filterData = []
if (n) {
Object.keys(this.selePrice).forEach((item, index) => {