From 0fa617a09eedf6bdb25eda55fac1d3344859fd93 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 31 三月 2026 19:46:31 +0800
Subject: [PATCH] webgl
---
Main/System/Guild/GuildBossHurtRankCell.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Main/System/Guild/GuildBossHurtRankCell.cs b/Main/System/Guild/GuildBossHurtRankCell.cs
index e631f92..7eb5763 100644
--- a/Main/System/Guild/GuildBossHurtRankCell.cs
+++ b/Main/System/Guild/GuildBossHurtRankCell.cs
@@ -2,6 +2,7 @@
// [Author]: 鐜╀釜娓告垙
// [ Date ]: Wednesday, September 26, 2018
//--------------------------------------------------------
+using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.UI;
@@ -52,7 +53,7 @@
AvatarHelper.TryViewOtherPlayerInfo(playerID);
});
});
- officialTitleCell.InitUI(playerData.RealmLV, playerData.TitleID);
+ officialTitleCell.InitUI(playerData.RealmLV, playerData.TitleID).Forget();
nameText.text = playerData.Name;
lvText.text = playerData.LV.ToString();
--
Gitblit v1.8.0