[function]基础功能

This commit is contained in:
Ming 2022-03-30 22:37:24 +08:00
parent f02a1442be
commit 26c72e7389
1 changed files with 2 additions and 3 deletions

View File

@ -96,9 +96,8 @@ class BeginActivity : BaseActivity<BeginPresenter>() {
}
begin_listRL.setOnClickListener {
dialog = DialogTool(this).buildList(this, choseGradeBeanList) {
// choseCla = it.bean
// chooseIV.text = it.bean.groupName + "班"
// activityNameEdit?.setText(it.bean.groupName + "班活动")
adaper.list = it.bean
adaper.notifyDataSetChanged()
begin_list.text = it.content
dialog.dismiss()
}