| | |
| | | } |
| | | cl_4.clickDelay { |
| | | showDialog("加载题目...") |
| | | HttpManager.induceExclude(season, week, day).requestByF(this){_,data-> |
| | | // startActivityForResult<IncludeActivity>(1,"data" to data,"day" to day,"week" to week,"season" to season) |
| | | HttpManager.questionsAndAnswers(season, week, day).requestByF(this){_,data-> |
| | | startActivityForResult<QAActivity>(1,"data" to data,"day" to day,"week" to week,"season" to season) |
| | | } |
| | | } |
| | | cl_5.clickDelay { |
| | | showDialog("加载题目...") |
| | | HttpManager.pictureMateVoice(season, week, day).requestByF(this){_,data-> |
| | | // startActivityForResult<IncludeActivity>(1,"data" to data,"day" to day,"week" to week,"season" to season) |
| | | startActivityForResult<MatchActivity>(1,"data" to data,"day" to day,"week" to week,"season" to season) |
| | | } |
| | | } |
| | | } |