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> -->
|
<!-- <search-panel @filter-show="showFilter" :nft-type="nftType" :class="{'show': mobileFilterShow}"></search-panel> -->
|
||||||
<FilterLeft
|
<FilterLeft
|
||||||
@filter-show="showFilter"
|
@filter-show="showFilter"
|
||||||
@sliderChange="sliderChange"
|
|
||||||
@heroSearch="heroSearch"
|
@heroSearch="heroSearch"
|
||||||
@handSelect="handSelect"
|
@handSelect="handSelect"
|
||||||
@jobStatus="jobStatus"
|
@jobStatus="jobStatus"
|
||||||
@ -124,11 +123,11 @@ export default class Market extends Vue {
|
|||||||
private orderMethod: any = 0;
|
private orderMethod: any = 0;
|
||||||
private priceFilter: any = "0|999999990000000000000000";
|
private priceFilter: any = "0|999999990000000000000000";
|
||||||
|
|
||||||
private priceMax = 10000;
|
public priceMax = 10000;
|
||||||
private priceMin = 0;
|
public priceMin = 0;
|
||||||
private starts = 0;
|
private starts = 0;
|
||||||
|
|
||||||
private options = [
|
public options = [
|
||||||
{
|
{
|
||||||
value: null,
|
value: null,
|
||||||
label: "All",
|
label: "All",
|
||||||
|
@ -141,7 +141,7 @@ export default class MyNft extends Vue {
|
|||||||
selectValue = "all";
|
selectValue = "all";
|
||||||
showOrderStatus = false;
|
showOrderStatus = false;
|
||||||
private filters = ["All Items", "Normal", "Selling", "Renting"];
|
private filters = ["All Items", "Normal", "Selling", "Renting"];
|
||||||
private options = [
|
public options = [
|
||||||
{
|
{
|
||||||
value: null,
|
value: null,
|
||||||
label: "All",
|
label: "All",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user