|
@@ -109,20 +109,20 @@ public class PersonalSettingActivity extends BaseMVPActivity<JgActivityPersonalS
|
|
|
} else if (id == R.id.cl_birthday) {
|
|
|
selectBirthday();
|
|
|
} else if (id == R.id.cl_score) {
|
|
|
- if (null != mySetDetailBean) {
|
|
|
- try {
|
|
|
- Bundle bundle = new Bundle();
|
|
|
- TeachableInstrumentBean teachableInstrumentBean = new TeachableInstrumentBean();
|
|
|
- teachableInstrumentBean.id = Long.parseLong(mySetDetailBean.subjectId);
|
|
|
- teachableInstrumentBean.name = mySetDetailBean.subjectName;
|
|
|
- bundle.putSerializable("selectTeachableInstrument", (Serializable) teachableInstrumentBean);
|
|
|
- ARouter.getInstance().build(RouterPath.MineCenter.MINE_TEACHABLE_INSTRUMENT)
|
|
|
- .withBundle("bundle", bundle)
|
|
|
- .navigation();
|
|
|
- } catch (Exception e) {
|
|
|
- e.printStackTrace();
|
|
|
- }
|
|
|
- }
|
|
|
+// if (null != mySetDetailBean) {
|
|
|
+// try {
|
|
|
+// Bundle bundle = new Bundle();
|
|
|
+// TeachableInstrumentBean teachableInstrumentBean = new TeachableInstrumentBean();
|
|
|
+// teachableInstrumentBean.id = Long.parseLong(mySetDetailBean.subjectId);
|
|
|
+// teachableInstrumentBean.name = mySetDetailBean.subjectName;
|
|
|
+// bundle.putSerializable("selectTeachableInstrument", (Serializable) teachableInstrumentBean);
|
|
|
+// ARouter.getInstance().build(RouterPath.MineCenter.MINE_TEACHABLE_INSTRUMENT)
|
|
|
+// .withBundle("bundle", bundle)
|
|
|
+// .navigation();
|
|
|
+// } catch (Exception e) {
|
|
|
+// e.printStackTrace();
|
|
|
+// }
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
if (id == R.id.tv_logout) {
|