hmxc
张萌 4 years ago
parent ed3623c392
commit c7e96543d1

@ -130,11 +130,11 @@ class _TotalApplicationsPageState extends State<TotalApplicationsPage> {
Get.to(OpenDoorPage()); Get.to(OpenDoorPage());
break; break;
case '开门码': case '开门码':
OpeningCodePage().to; OpeningCodePage().to();
break; break;
case '访客通行': case '访客通行':
case '我的访客': case '我的访客':
VisitorAccessPage().to; VisitorAccessPage().to();
break; break;
case '报事报修': case '报事报修':
ThingsPage( ThingsPage(
@ -146,10 +146,10 @@ class _TotalApplicationsPageState extends State<TotalApplicationsPage> {
break; break;
case '生活缴费': case '生活缴费':
case '我的缴费': case '我的缴费':
LifePayPage().to; LifePayPage().to();
break; break;
case '业委会': case '业委会':
IndustryCommitteePage().to; IndustryCommitteePage().to();
break; break;
case '建议咨询': case '建议咨询':
ThingsPage( ThingsPage(
@ -161,10 +161,10 @@ class _TotalApplicationsPageState extends State<TotalApplicationsPage> {
{'name': '您的咨询'}, {'name': '您的咨询'},
] ]
}), }),
).to; ).to();
break; break;
case '便民电话': case '便民电话':
ConvenientPhonePage().to; ConvenientPhonePage().to();
break; break;
case '活动投票': case '活动投票':
ActivitiesPage( ActivitiesPage(
@ -177,7 +177,7 @@ class _TotalApplicationsPageState extends State<TotalApplicationsPage> {
).to; ).to;
break; break;
case '物品出户': case '物品出户':
GoodsDetoPage().to; GoodsDetoPage().to();
break; break;
case '投诉表扬': case '投诉表扬':
ThingsPage( ThingsPage(
@ -192,16 +192,16 @@ class _TotalApplicationsPageState extends State<TotalApplicationsPage> {
).to; ).to;
break; break;
case '问卷调查': case '问卷调查':
QuestionnairePage().to; QuestionnairePage().to();
break; break;
case '装修管理': case '装修管理':
FitupManagePage().to; FitupManagePage().to();
break; break;
case '借还管理': case '借还管理':
GoodsManagePage().to; GoodsManagePage().to();
break; break;
case '一键报警': case '一键报警':
AlarmPage().to; AlarmPage().to();
break; break;
default: default:
break; break;

Loading…
Cancel
Save