From 0c576428e9632cb2ffb29957ffe026eef26967d6 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 25 十一月 2024 15:45:06 +0800 Subject: [PATCH] 排序状态,接口返回后才显示 --- src/components/iconSelector/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/iconSelector/index.vue b/src/components/iconSelector/index.vue index d2f7cc2..089974f 100644 --- a/src/components/iconSelector/index.vue +++ b/src/components/iconSelector/index.vue @@ -179,7 +179,7 @@ // 闃块噷瀛椾綋鍥炬爣浣跨敤 `yw xxx` if (state.fontIconList.yw.length > 0) return; initIconfont.yw().then((res: any) => { - state.fontIconList.yw = res.map((i: string) => `ywicon ${i}`); + state.fontIconList.yw = res.map((i: string) => `ywifont ${i}`); }); } else if (name === 'ali') { -- Gitblit v1.9.3