修复了诸多问题

This commit is contained in:
2026-06-16 00:17:36 +08:00
parent 3dc03f6fe5
commit 0767e23f11
32 changed files with 167 additions and 166 deletions

View File

@@ -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 || '',
})
}