暂时屏蔽market的过滤条件

This commit is contained in:
cebgcontract 2022-04-17 15:55:39 +08:00
parent 29d31842cf
commit dbbee1a384

View File

@ -150,7 +150,7 @@ export default class extends Vue {
} }
}, },
{ {
title: 'PRICE RANGE (WBNB)', title: 'PRICE RANGE',
type: 'range', type: 'range',
valueMin: undefined, valueMin: undefined,
valueMax: 5 valueMax: 5
@ -257,16 +257,18 @@ export default class extends Vue {
] ]
get currentFilterData(): IFilterCfg[] { get currentFilterData(): IFilterCfg[] {
switch (this.nftType) { // TODO:: open it
case 0: // switch (this.nftType) {
return this.heroFilterData // case 0:
case 1: // return this.heroFilterData
return this.weaponFilterData // case 1:
case 2: // return this.weaponFilterData
return this.chipFilterData // case 2:
default: // return this.chipFilterData
return this.heroFilterData // default:
} // return this.heroFilterData
// }
return []
} }
onClickClearAll() { onClickClearAll() {