fix (#263)
This commit is contained in:
parent
0b2f6dbb9f
commit
282f7f6262
|
@ -311,7 +311,7 @@ export default class NoteUser extends BaseModel {
|
||||||
this._map = false
|
this._map = false
|
||||||
MysUtil.eachGame((game) => {
|
MysUtil.eachGame((game) => {
|
||||||
let uid = mysUser.getUid(game)
|
let uid = mysUser.getUid(game)
|
||||||
if (uid) {
|
if (uid && this.getUid(game) == '') {
|
||||||
this.setMainUid(uid, game, false)
|
this.setMainUid(uid, game, false)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue