From 282f7f6262e73ce9c574207c98974f57a861faf5 Mon Sep 17 00:00:00 2001 From: Simplxs Date: Fri, 29 Sep 2023 04:05:44 +0800 Subject: [PATCH] fix (#263) --- plugins/genshin/model/mys/NoteUser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/model/mys/NoteUser.js b/plugins/genshin/model/mys/NoteUser.js index 45da438..6c2a082 100644 --- a/plugins/genshin/model/mys/NoteUser.js +++ b/plugins/genshin/model/mys/NoteUser.js @@ -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) } })