From 450b0a2e866182d98b515f92ca5a7ea4f66ec441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=90=8C?= <494089941@qq.com> Date: Wed, 20 Apr 2022 20:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=83=A8=E5=88=86=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/application_utils.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/utils/application_utils.dart b/lib/utils/application_utils.dart index 83c5c1d1..2b21d711 100644 --- a/lib/utils/application_utils.dart +++ b/lib/utils/application_utils.dart @@ -214,7 +214,7 @@ class ApplicationUtil { nickTitles: ['小蜜蜂任务']), AppElement( title: '自营商城', - imgPath: Assets.icons.shoppingMall.path, + imgPath: Assets.newIcon.icZysc.path, onTap: () { BotToast.showText(text: '此功能暂未上线'); return; @@ -228,21 +228,21 @@ class ApplicationUtil { }), AppElement( title: '共享停车', - imgPath: Assets.icons.sharePark.path, + imgPath: Assets.newIcon.icGxtc.path, onTap: () { BotToast.showText(text: '此功能暂未上线'); return; }), AppElement( title: '二手市场', - imgPath: Assets.icons.secondHandMarket.path, + imgPath: Assets.newIcon.icEssc.path, onTap: () { BotToast.showText(text: '此功能暂未上线'); return; }), AppElement( title: '共享投屏', - imgPath: Assets.icons.projectionScreen.path, + imgPath: Assets.newIcon.icGxtp.path, onTap: () { BotToast.showText(text: '此功能暂未上线'); return;