feat: coldtime

This commit is contained in:
bietiaop 2024-07-13 19:31:57 +08:00
parent 59b40d600d
commit f09ad4b421
6 changed files with 24 additions and 7 deletions

View file

@ -294,7 +294,7 @@ export class ZZZAvatarInfo {
async get_detail_assets() {
const role_icon = await getRoleImage(this.id);
this.role_icon = role_icon;
await this.weapon.get_assets();
await this?.weapon?.get_assets?.();
for (const equip of this.equip) {
await equip.get_assets();
}