字典:解析export

This commit is contained in:
luying
2021-05-29 17:57:38 +08:00
parent b075dcfcd4
commit 6f61993f55
10 changed files with 17 additions and 16 deletions

View File

@@ -344,7 +344,7 @@ export class RoleHandler {
update.scrollColorStar = 0;
// 获取一定好感度
let maxLv = gameData.maxFriendShipLv;
let maxLv = gameData.maxFriendShipLv.max;
if (maxLv > favourLv) {
update.favour += SCROLL.SCROLL_ACTIVE_FAVOUR;