fix
This commit is contained in:
parent
0ef78aacef
commit
17ba77bf52
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user