修复了诸多问题

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

@@ -170,7 +170,7 @@ Page({
return list.map(item => ({
// 打手信息
dashouAvatar: this.getFullUrl(item.dashou_avatar, ossUrl, defaultAvatar),
dashouNicheng: item.dashou_nicheng || '打手',
dashouNicheng: item.dashou_nicheng || '接单员',
dashouYonghuid: item.dashou_yonghuid || '',
// 管事信息
guanshiAvatar: this.getFullUrl(item.guanshi_avatar, ossUrl, defaultAvatar),