ShowLogoutView static method
void
ShowLogoutView(
- dynamic params
注销中
Implementation
static void ShowLogoutView(dynamic params) {
Log.i(tag, "ShowLogoutView");
//更新用户数据(状态)
pocChangeNotifier.setStatus(Constant.PocStatus_Logouting);
}