页面与路由完善

This commit is contained in:
2022-10-20 15:43:24 +08:00
parent e38a5aeeb7
commit 8ad451d4d8
21 changed files with 566 additions and 67 deletions

View File

@@ -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字段判断是否是客服属于哪个店铺