优化业主端手机号问题

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-04-12 08:42:37 +00:00 committed by Gitee
parent cf2bc2dd76
commit 1a91cf352b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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)