From d557635e13b50967bd73252fc31820b53f2e376b Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 12 Apr 2024 15:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/account/myAccount.vue | 2 +- pages/account/preStoreAccount.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/account/myAccount.vue b/pages/account/myAccount.vue index dc0b816..2a8d9c3 100644 --- a/pages/account/myAccount.vue +++ b/pages/account/myAccount.vue @@ -98,7 +98,7 @@ page: 1, row: 20, idCard: _ownerInfo.idCard, - link: _ownerInfo.link, + link: _ownerInfo.ownerTel, communityId: _ownerInfo.communityId }).then((data) => { if (!data) { diff --git a/pages/account/preStoreAccount.vue b/pages/account/preStoreAccount.vue index b445225..e834364 100644 --- a/pages/account/preStoreAccount.vue +++ b/pages/account/preStoreAccount.vue @@ -73,7 +73,7 @@ page: 1, row: 20, idCard: _ownerInfo.idCard, - link: _ownerInfo.link, + link: _ownerInfo.ownerTel, communityId: _that.communityId, acctType:'2003' }).then((data) => {