@Override
 protected void onResume() {
   super.onResume();
   //		if(flag !=null && !flag.equals("0") && !flag.equals("")
   //				&& !myApp.getCity_id().equals(flag)){
   //			listview.addFooterView(moreView);
   //			youhuiquan_list.clear();
   //			adapter.notifyDataSetChanged();
   //			ListViewInFo(1);
   //		}
   if (!myApp.getCity_id().equals(flag) && !myApp.getCity_id().equals("0")) {
     listview.addFooterView(moreView);
     youhuiquan_list.clear();
     adapter.notifyDataSetChanged();
     ListViewInFo(1);
   }
 }