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/GuildApplyListCell.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Main/System/Guild/GuildApplyListCell.cs b/Main/System/Guild/GuildApplyListCell.cs
index b6a15de..b8b8f48 100644
--- a/Main/System/Guild/GuildApplyListCell.cs
+++ b/Main/System/Guild/GuildApplyListCell.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
+using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.UI;
@@ -23,7 +24,7 @@
lvText.text = data.LV.ToString();
fightPointText.text = UIHelper.ReplaceLargeArtNum(data.FightPower);
avatarCell.InitUI(AvatarHelper.GetAvatarModel(data.PlayerID, data.Face, data.FacePic));
- officialTitleCell.InitUI(data.RealmLV, data.TitleID);
+ officialTitleCell.InitUI(data.RealmLV, data.TitleID).Forget();
yesButton.SetListener(() =>
{
--
Gitblit v1.8.0