|  | @@ -694,7 +694,9 @@ public class NewHomeFragmentV2 extends BaseMVPFragment<FgNewHomeV2LayoutBinding,
 | 
											
												
													
														|  |          if (id == R.id.iv_cert) {
 |  |          if (id == R.id.iv_cert) {
 | 
											
												
													
														|  |              //老师认证
 |  |              //老师认证
 | 
											
												
													
														|  |              if (TextUtils.equals(entryStatus, TeacherInfoConstants.ENTRY_STATUS_PASS)) {
 |  |              if (TextUtils.equals(entryStatus, TeacherInfoConstants.ENTRY_STATUS_PASS)) {
 | 
											
												
													
														|  | -                showCertTipDialog();
 |  | 
 | 
											
												
													
														|  | 
 |  | +                ARouter.getInstance().build(RouterPath.WebCenter.ACTIVITY_HTML)
 | 
											
												
													
														|  | 
 |  | +                        .withString(WebConstants.WEB_URL, WebConstants.TEACHER_OTHER_CERT)
 | 
											
												
													
														|  | 
 |  | +                        .navigation();
 | 
											
												
													
														|  |              } else {
 |  |              } else {
 | 
											
												
													
														|  |                  ARouter.getInstance().build(RouterPath.WebCenter.ACTIVITY_HTML)
 |  |                  ARouter.getInstance().build(RouterPath.WebCenter.ACTIVITY_HTML)
 | 
											
												
													
														|  |                          .withString(WebConstants.WEB_URL, WebConstants.TEACHER_CERT)
 |  |                          .withString(WebConstants.WEB_URL, WebConstants.TEACHER_CERT)
 |