修正一处uid可能导致uid获取失败的case
This commit is contained in:
parent
d2446a878e
commit
12a2f78246
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue