fix
This commit is contained in:
parent
ec1d364ad8
commit
70a0b13031
@ -11,7 +11,7 @@
|
|||||||
<div class="for-rent-img">
|
<div class="for-rent-img">
|
||||||
<img
|
<img
|
||||||
width="205px"
|
width="205px"
|
||||||
src="../../../assets/market/hero/for-rent.png"
|
src="../../../assets/market/hero/no-sale.png"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -74,6 +74,9 @@ export default {
|
|||||||
jobStatus(item) {
|
jobStatus(item) {
|
||||||
this.$emit("jobStatus", item);
|
this.$emit("jobStatus", item);
|
||||||
},
|
},
|
||||||
|
handHeroSelect(value) {
|
||||||
|
this.$emit("handHeroSelect", value);
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="for-rent-img">
|
<div class="for-rent-img">
|
||||||
<img
|
<img
|
||||||
width="205px"
|
width="205px"
|
||||||
src="../../../assets/market/hero/for-rent.png"
|
src="../../../assets/market/hero/no-sale.png"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -115,8 +115,8 @@ export default {
|
|||||||
handclick() {
|
handclick() {
|
||||||
this.$emit("hande");
|
this.$emit("hande");
|
||||||
},
|
},
|
||||||
handHeroSelect() {
|
handHeroSelect(value) {
|
||||||
this.$emit("handHeroSelect");
|
this.$emit("handHeroSelect",value);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="for-rent-img">
|
<div class="for-rent-img">
|
||||||
<img
|
<img
|
||||||
width="205px"
|
width="205px"
|
||||||
src="../../../assets/market/hero/for-rent.png"
|
src="../../../assets/market/hero/no-sale.png"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="for-rent-img">
|
<div class="for-rent-img">
|
||||||
<img
|
<img
|
||||||
width="205px"
|
width="205px"
|
||||||
src="../../../assets/market/hero/for-rent.png"
|
src="../../../assets/market/hero/no-sale.png"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
:nftType="nftType"
|
:nftType="nftType"
|
||||||
@handSearch="handSearch"
|
@handSearch="handSearch"
|
||||||
@jobStatus="jobStatus"
|
@jobStatus="jobStatus"
|
||||||
|
@handHeroSelect="handHeroSelect"
|
||||||
:chipList="chipList"
|
:chipList="chipList"
|
||||||
:pieceList="pieceList"
|
:pieceList="pieceList"
|
||||||
:jobList="jobList"
|
:jobList="jobList"
|
||||||
@ -270,6 +271,10 @@ export default {
|
|||||||
this.jobFilters = newArray.join("|");
|
this.jobFilters = newArray.join("|");
|
||||||
this.getHeroNftList(this.starts);
|
this.getHeroNftList(this.starts);
|
||||||
},
|
},
|
||||||
|
handHeroSelect(value) {
|
||||||
|
this.searchFilters = value;
|
||||||
|
this.getHeroNftList();
|
||||||
|
},
|
||||||
async getHeroNftList(pageNo) {
|
async getHeroNftList(pageNo) {
|
||||||
if (!AppModule.accountId) {
|
if (!AppModule.accountId) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user