From 5835fd9a3230b9bee5100fe8c30080153ddafdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Sun, 8 Mar 2026 08:58:42 +0800 Subject: [PATCH] =?UTF-8?q?sync:=20soul-admin=20=E7=BB=84=E4=BB=B6=20|=20?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0:=20=E5=89=8D=E7=AB=AF=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/user/UserDetailModal.tsx | 66 +++++++++++++------ 1 file changed, 45 insertions(+), 21 deletions(-) diff --git a/soul-admin/src/components/modules/user/UserDetailModal.tsx b/soul-admin/src/components/modules/user/UserDetailModal.tsx index 3c688fb0..7713b327 100644 --- a/soul-admin/src/components/modules/user/UserDetailModal.tsx +++ b/soul-admin/src/components/modules/user/UserDetailModal.tsx @@ -761,33 +761,57 @@ export function UserDetailModal({ - {/* ===== 神射手 ===== */} + {/* ===== 用户资料完善 ===== */}
- 神射手数据查询 - 通过手机号 / OpenID 查询用户画像 + 用户资料完善 + 通过多维度查询神射手数据,自动回填用户基础信息
-
- setSssQueryPhone(e.target.value)} - /> - + {/* 多维度查询输入 */} +
+
+ + setSssQueryPhone(e.target.value)} + /> +
+
+ + setSssQueryWechatId(e.target.value)} + /> +
+
+ + setSssQueryOpenId(e.target.value)} + /> +
+ +

查询成功后,神射手返回的标签将自动同步到该用户

+
{sssError && (
{sssError}