app/src/main/java/cn/flightfeather/thirdapp/fragment/HomeFragment.java
@@ -671,6 +671,7 @@
        }
        void initView() {
            if (subtask == null) return;
            tv_info.setText(subtask.getName());
            tv_address.setText(subtask.getScenseaddress());
            try {