From 479ca2396d1d8de6b3a05be54360bdec48678d8f Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 19 Oct 2023 17:27:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=9A=E4=B8=BB=E7=AB=AFbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user/userApi.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/user/userApi.js b/api/user/userApi.js index 82df0df..386f523 100644 --- a/api/user/userApi.js +++ b/api/user/userApi.js @@ -315,7 +315,8 @@ export function ownerLogin(_that, _data) { ownerId:_json.data.ownerId, ownerTel:_json.data.ownerTel, communityId:_json.data.communityId, - link:_json.data.ownerTel + link:_json.data.ownerTel, + ownerTypeCd:_json.data.ownerTypeCd }) resolve(_json.data); },