Commit 3808bda7eee8ad573ae0c2f0d1dca2de95fc5713
1 parent
066e39d8
Exists in
yxb_dev
and in
2 other branches
no message
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
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); | ... | ... |