From 1a91cf352bf0bb3d5b0766a5e9e28de7d1317eed Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 12 Apr 2024 08:42:37 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=9A=E4=B8=BB=E7=AB=AF?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- components/my/my-person.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/my/my-person.vue b/components/my/my-person.vue index f04a38d..c30d40c 100644 --- a/components/my/my-person.vue +++ b/components/my/my-person.vue @@ -152,7 +152,7 @@ page: 1, row: 20, idCard: _ownerInfo.idCard, - link: _ownerInfo.link, + link: _ownerInfo.ownerTel, communityId: _ownerInfo.communityId }).then((data) => { if (!data) { @@ -192,7 +192,7 @@ getCouponUsers({ page: 1, row: 100, - tel: _ownerInfo.link, + tel: _ownerInfo.ownerTel, communityId: _ownerInfo.communityId, state: '1001' }, null)