Commit 14ea8a40 authored by salitedfish's avatar salitedfish

增加banner跳转商城

parent 69c2618d
......@@ -19,7 +19,7 @@
立即领取
</div> -->
</div>
<img src="@/assets/img/banner.png" class="w-full z-0">
<img src="@/assets/img/banner.png" class="w-full z-0" @click="gotoMall()">
</div>
<div class="container-view w-11/12 mx-auto">
......@@ -97,6 +97,9 @@ export default Vue.extend({
console.log(item);
this.currentCategory = item.data.id
this.listData = await this.$service.nftService.getList(this.currentPage,this.pagesize,this.currentCategory)
},
gotoMall(){
window.location.replace('https://mall.inmvo.com')
}
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment