diff --git a/src/App.vue b/src/App.vue
index 4ca7aec..9bf3936 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3,11 +3,13 @@
import { useAuthStore } from '@/state/modules/auth';
import { removeInterceptor, setupInterceptors } from '@/utils/interceptors';
import { useRouterStore } from '@/state/modules/router';
+ /* #ifdef MP-WEIXIN || MP-ALIPAY */
import { dynamicLoadFontFace } from '@/utils/fonts';
+ /* #endif */
onLaunch(() => {
console.log('App Launch');
- /** 微信小程序和阿里小程序动态远程加载font awesome icon 字体 **/
+ /** 微信小程序和阿里小程序动态远程加载字体 **/
/* #ifdef MP-WEIXIN || MP-ALIPAY */
dynamicLoadFontFace();
/* #endif */
diff --git a/src/components/FontAwesomeIcon/index.vue b/src/components/FontAwesomeIcon/index.vue
index 1981986..e74ee90 100644
--- a/src/components/FontAwesomeIcon/index.vue
+++ b/src/components/FontAwesomeIcon/index.vue
@@ -137,18 +137,15 @@
};
-
-
+
+
- {{ count }}
-
-
-
-
+
+
- {{ count }}
-
-
+
+ {{ count }}
+