Browse Source

bug修复

dxh 5 years ago
parent
commit
7dd02b273a

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

@ -265,7 +265,8 @@ public class VideoCommentDialog extends Dialog implements View.OnClickListener {
265 265
                                if (count > 0) {
266 266
                                    showCommentTitle.setText("全部评论 " + count);
267 267
                                    show_comment_no.setVisibility(View.GONE);
268
                                }
268
                                }else
269
                                    showCommentTitle.setText("全部评论 " + 0);
269 270
                            }
270 271
                        }else{
271 272
                            String rtnMsg = JsonUtils.getKeyResult(response, "desc");

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

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