Commit c8c1c4d4 authored by hanfeng zhang's avatar hanfeng zhang

321

parent 4a2cecd0
...@@ -325,7 +325,7 @@ export default Vue.extend({ ...@@ -325,7 +325,7 @@ export default Vue.extend({
}else{ }else{
this.nftData =await this.$service.nftService.getNFTdetail(parseInt(this.id)) this.nftData =await this.$service.nftService.getNFTdetail(parseInt(this.id))
this.nftData.wallet == this.user.wallet? this.isOwner=true:this.isOwner=false this.nftData.userId == this.user.id? this.isOwner=true:this.isOwner=false
if(!token.getToken()) { if(!token.getToken()) {
this.showSkelton = false this.showSkelton = false
return return
......
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