Exemplo n.º 1
0
 /** 投注方法 */
 private void touZhu() {
   toLogin = false;
   touZhuDialog.cancel();
   initBet();
   // TODO Auto-generated method stub
   if (isGift) {
     toActivity(addView.getsharezhuma());
   } else if (isJoin) {
     toJoinActivity();
   } else if (isTouzhu) {
     touZhuNet();
   }
   clearProgress();
 }