This commit is contained in:
huangjinming 2023-01-28 11:22:47 +08:00
parent 0ef78aacef
commit 17ba77bf52
2 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,6 @@
<!-- <search-panel @filter-show="showFilter" :nft-type="nftType" :class="{'show': mobileFilterShow}"></search-panel> -->
<FilterLeft
@filter-show="showFilter"
@sliderChange="sliderChange"
@heroSearch="heroSearch"
@handSelect="handSelect"
@jobStatus="jobStatus"
@ -124,11 +123,11 @@ export default class Market extends Vue {
private orderMethod: any = 0;
private priceFilter: any = "0|999999990000000000000000";
private priceMax = 10000;
private priceMin = 0;
public priceMax = 10000;
public priceMin = 0;
private starts = 0;
private options = [
public options = [
{
value: null,
label: "All",

View File

@ -141,7 +141,7 @@ export default class MyNft extends Vue {
selectValue = "all";
showOrderStatus = false;
private filters = ["All Items", "Normal", "Selling", "Renting"];
private options = [
public options = [
{
value: null,
label: "All",