Browse Source

PageIsBlockChain

master
yuyuanshifu 4 years ago
parent
commit
3aa7d7683b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/blockchain.go

+ 1
- 0
routers/repo/blockchain.go View File

@@ -40,6 +40,7 @@ func BlockChainIndex(ctx *context.Context) {
} }


ctx.Data["balance"] = res.Data ctx.Data["balance"] = res.Data
ctx.Data["PageIsBlockChain"] = true
ctx.HTML(200, tplBlockChainIndex) ctx.HTML(200, tplBlockChainIndex)
} }




Loading…
Cancel
Save