增加刷新按钮

This commit is contained in:
禾几海
2020-05-27 16:41:32 +08:00
parent dba21730ca
commit e66d3bbf62
9 changed files with 44 additions and 13 deletions

View File

@@ -24,7 +24,6 @@ export class AdminComponent implements OnInit {
next: data => {
console.log('更新user')
this.user = data.result
this.user.avatarImgUrl += '?t=' + Date.now();
if (data.result) this.initHelloWords()
}
}