Esempio n. 1
0
 /** 再次启动提示框 */
 public void initAlerDialog() {
   touzhuCheck.setChecked(true);
   clearProgress();
   stateCheck();
   issueText.setText(PublicMethod.toIssue(betAndGift.getLotno()) + "期");
   textTitle.setText("注码:" + "共有" + addView.getSize() + "笔投注");
   addView.getCodeList().get(addView.getSize() - 1).setTextCodeColor(textZhuma, null, null);
   isCodeText(codeInfo);
   alertText.setText(getTouzhuAlert());
   touZhuDialog.show();
 }
Esempio n. 2
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();
 }