修复了诸多问题
This commit is contained in:
@@ -169,7 +169,7 @@ Page({
|
||||
const item = this.data.dashouList.find(i => i.uid === dashouUid)
|
||||
openPrivateChat(this, {
|
||||
toUserId: buildDashouPeerId(dashouUid),
|
||||
toName: item?.nicheng || '打手',
|
||||
toName: item?.nicheng || '接单员',
|
||||
toAvatar: item?.touxiang || item?.touxiangUrl || '',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user