Browse Source

bug修复

dxh 5 years ago
parent
commit
7dd02b273a

+ 2 - 1
app/src/main/java/com/electric/chargingpile/view/VideoCommentDialog.java

265
                                if (count > 0) {
265
                                if (count > 0) {
266
                                    showCommentTitle.setText("全部评论 " + count);
266
                                    showCommentTitle.setText("全部评论 " + count);
267
                                    show_comment_no.setVisibility(View.GONE);
267
                                    show_comment_no.setVisibility(View.GONE);
268
                                }
268
                                }else
269
                                    showCommentTitle.setText("全部评论 " + 0);
269
                            }
270
                            }
270
                        }else{
271
                        }else{
271
                            String rtnMsg = JsonUtils.getKeyResult(response, "desc");
272
                            String rtnMsg = JsonUtils.getKeyResult(response, "desc");

+ 1 - 1
app/src/main/res/layout/view_show_comment.xml

110
            android:layout_width="wrap_content"
110
            android:layout_width="wrap_content"
111
            android:layout_height="wrap_content"
111
            android:layout_height="wrap_content"
112
            android:layout_marginTop="14dp"
112
            android:layout_marginTop="14dp"
113
            android:text="加载,请稍后..."
113
            android:text="小主正在为您努力加载,请您耐心等待~"
114
            android:textColor="#fff"
114
            android:textColor="#fff"
115
            android:textSize="14sp" />
115
            android:textSize="14sp" />
116
116