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