/* * 设置投注信息类的彩种编号和投注类型 */ void setLotoNoAndType(CodeInfo codeInfo) { codeInfo.setLotoNo(Constants.LOTNO_NMK3); if (radioId == 0) { codeInfo.setTouZhuType("threesame_tong"); } else if (radioId == 1) { codeInfo.setTouZhuType("threesame_dan"); } }
void setLotoNoAndType(CodeInfo codeInfo) { codeInfo.setLotoNo(Constants.LOTNO_PL3); if (iCurrentButton == PublicConst.BUY_PL3_ZU3_DAN) { codeInfo.setTouZhuType("zu3_danshi"); } else if (iCurrentButton == PublicConst.BUY_PL3_ZU3_FU) { codeInfo.setTouZhuType("zu3_fushi"); } else { codeInfo.setTouZhuType("zu3_hezhi"); } }
void setLotoNoAndType(CodeInfo codeInfo) { codeInfo.setLotoNo(Constants.LOTNO_SSC); codeInfo.setTouZhuType("bigsmall"); }
/* * 设置投注信息类的彩种编号和投注类型 */ void setLotoNoAndType(CodeInfo codeInfo) { codeInfo.setLotoNo(Constants.LOTNO_NMK3); codeInfo.setTouZhuType("hezhi"); }