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) => {