页面与路由完善
This commit is contained in:
@@ -30,7 +30,7 @@ class PrivateController extends GetxController {
|
||||
currentFriend.value.isFriend =
|
||||
info.relation == UserRelationEnum.V2TIM_FRIEND_RELATION_TYPE_BOTH_WAY;
|
||||
|
||||
currentFriend.value.friendRemark = info.friendInfo!.friendRemark!;
|
||||
currentFriend.value.friendRemark = info.friendInfo!.friendRemark ?? '';
|
||||
currentFriend.value.userProfile = info.friendInfo!.userProfile;
|
||||
|
||||
/// 通过自定义Staffer字段,判断是否是客服,属于哪个店铺
|
||||
|
||||
Reference in New Issue
Block a user