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