在 webworker (services/api) 里调用 randomSecword 导致出错 "window is not defined"。因此直接调用 ticCrypto.randomSecword。
登录后刷新地址和余额。
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<div class="owner-page">
|
||||
<div class="card-content">
|
||||
<div class="app-card elevation-1">
|
||||
<div>主人地址为 {{ address }}</div>
|
||||
<div>余额为 {{ balance }}</div>
|
||||
</div>
|
||||
<div class="app-sep"></div>
|
||||
@@ -68,6 +69,7 @@ export default {
|
||||
'fetching',
|
||||
'filter',
|
||||
'balance',
|
||||
'address',
|
||||
]),
|
||||
...mapGetters([]),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user