Browse Source

Merge branch 'blockchain' of git.pcl.ac.cn:yoyoyard/opendata into blockchain

master
Gitea 4 years ago
parent
commit
1267e23ae8
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