修正一处uid可能导致uid获取失败的case

This commit is contained in:
Kokomi 2023-06-04 05:46:21 +08:00
parent d2446a878e
commit 12a2f78246
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export default class NoteUser extends BaseModel {
/** 获取当前UID */ /** 获取当前UID */
getUid (game = 'gs') { getUid (game = 'gs') {
game = this.game(game) game = this.gameKey(game)
// todo 刷新uid // todo 刷新uid
let ds = this.getGameDs(game) let ds = this.getGameDs(game)
if (!ds.uid) { if (!ds.uid) {