Commit 878a91b7 authored by salitedfish's avatar salitedfish

修改广告跳转规则

parent 2e6988cd
...@@ -97,7 +97,9 @@ export default Vue.extend({ ...@@ -97,7 +97,9 @@ export default Vue.extend({
this.listData = await this.$service.nftService.getList(this.currentPage,this.pagesize,this.currentCategory) this.listData = await this.$service.nftService.getList(this.currentPage,this.pagesize,this.currentCategory)
}, },
gotoMall(link?:string){ gotoMall(link?:string){
window.location.replace(link?link:'https://mall.inmvo.com') if(link){
window.open(link)
}
}, },
}, },
}); });
......
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