|
|
@ -214,7 +214,7 @@ class ApplicationUtil {
|
|
|
|
nickTitles: ['小蜜蜂任务']),
|
|
|
|
nickTitles: ['小蜜蜂任务']),
|
|
|
|
AppElement(
|
|
|
|
AppElement(
|
|
|
|
title: '自营商城',
|
|
|
|
title: '自营商城',
|
|
|
|
imgPath: Assets.icons.shoppingMall.path,
|
|
|
|
imgPath: Assets.newIcon.icZysc.path,
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
return;
|
|
|
|
return;
|
|
|
@ -228,21 +228,21 @@ class ApplicationUtil {
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
AppElement(
|
|
|
|
AppElement(
|
|
|
|
title: '共享停车',
|
|
|
|
title: '共享停车',
|
|
|
|
imgPath: Assets.icons.sharePark.path,
|
|
|
|
imgPath: Assets.newIcon.icGxtc.path,
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
AppElement(
|
|
|
|
AppElement(
|
|
|
|
title: '二手市场',
|
|
|
|
title: '二手市场',
|
|
|
|
imgPath: Assets.icons.secondHandMarket.path,
|
|
|
|
imgPath: Assets.newIcon.icEssc.path,
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
AppElement(
|
|
|
|
AppElement(
|
|
|
|
title: '共享投屏',
|
|
|
|
title: '共享投屏',
|
|
|
|
imgPath: Assets.icons.projectionScreen.path,
|
|
|
|
imgPath: Assets.newIcon.icGxtp.path,
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
BotToast.showText(text: '此功能暂未上线');
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|