private void GetCommentInfo(CommentsRes res) { _friendModel = GetData <FriendModel>(); _friendModel.InitCommentList(res); //GetApplyRes(); MakeFriendsView.SetData(_friendModel); }
private void RefreshCommentCallBack(CommentsRes res) { LoadingOverlay.Instance.Hide(); FlowText.ShowMessage(I18NManager.Get("Shop_RefreshTips")); _friendModel.RefreshTime = res.RefreshTime; _friendModel.UpdateCommentList(res.FriendBases); MakeFriendsView.SetData(_friendModel); }
public void InitCommentList(CommentsRes res) { FriendCommentList = res.FriendBases; RefreshTime = res.RefreshTime; }