//1.入口/读身份证
 public void Goin()
 {
     isLoading     = false;
     error         = null;
     sp.Visibility = Visibility.Hidden;
     SelectCard.GetObject().BeforeGoin(LoadData);
     SelectCard.GetObject().Goin();
 }
 //1.入口/读身份证
 public void Goin()
 {
     timeTag = CD.timeTag.updateTag();
     SelectCard.GetObject().BeforeGoin(LoadDataAsync);
     SelectCard.GetObject().Goin();
 }