|
@@ -247,6 +247,7 @@ public class OrgDetailActivity extends TitleBarActivity {
|
|
|
//评论列表
|
|
|
List<EvaluateListBean> evaluateList = dataBean.getEvaluateList();
|
|
|
if(evaluateList != null && evaluateList.size() > 0){
|
|
|
+ tvCommentList.setText(evaluateList.size() + "条评论");
|
|
|
llCommentMain.setVisibility(View.VISIBLE);
|
|
|
llCommentMain.removeAllViews();
|
|
|
for(int i=0; i<evaluateList.size(); i++){
|