mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化业主端手机号问题
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
cf2bc2dd76
commit
1a91cf352b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user