@Override
 public void onCreate(Bundle paramBundle) {
   // TODO Auto-generated method stub
   super.onCreate(paramBundle);
   setContentView(R.layout.pindan_detail);
   context = this;
   initView();
   showView();
   logic = IntShareLogic.getInstance();
   getDeatil();
 }