Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用以下功能不会将页面移动到所需视图。从按钮命令调用该函数
WeeklyJourneysCommand = new AsyncCommand(WeeklyJourneysAsync);
哪个电话
async Task WeeklyJourneysAsync() { await base.CoreMethods.PushPageModel<EventListPageModel>(App.CurrentWeekNumber); }
已排序 - 多个主详细信息页面导致问题