Commit 3808bda7eee8ad573ae0c2f0d1dca2de95fc5713

Authored by 姚旭斌
1 parent 066e39d8

no message

app/src/main/java/com/shunzhi/parent/ui/fragment/CePingFragment.java
... ... @@ -58,7 +58,9 @@ public class CePingFragment extends BaseMVPCompatFragment<CepingContract.CePingP
58 58 @Override
59 59 public void initUI(View view, @Nullable Bundle savedInstanceState) {
60 60 frame_xqjc = view.findViewById(R.id.frame_xqjc);
  61 + frame_xqjc.setOnClickListener(this);
61 62 frame_zxxl = view.findViewById(R.id.frame_zxxl);
  63 + frame_zxxl.setOnClickListener(this);
62 64 ivCamera = view.findViewById(R.id.ivCamera);
63 65 tvLocalAddress = view.findViewById(R.id.tvLocalAddress);
64 66 textAndImg_xqjc = view.findViewById(R.id.textAndImg_xqjc);
... ...