mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化业主端手机号问题
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
cf2bc2dd76
commit
1a91cf352b
@ -152,7 +152,7 @@
|
|||||||
page: 1,
|
page: 1,
|
||||||
row: 20,
|
row: 20,
|
||||||
idCard: _ownerInfo.idCard,
|
idCard: _ownerInfo.idCard,
|
||||||
link: _ownerInfo.link,
|
link: _ownerInfo.ownerTel,
|
||||||
communityId: _ownerInfo.communityId
|
communityId: _ownerInfo.communityId
|
||||||
}).then((data) => {
|
}).then((data) => {
|
||||||
if (!data) {
|
if (!data) {
|
||||||
@ -192,7 +192,7 @@
|
|||||||
getCouponUsers({
|
getCouponUsers({
|
||||||
page: 1,
|
page: 1,
|
||||||
row: 100,
|
row: 100,
|
||||||
tel: _ownerInfo.link,
|
tel: _ownerInfo.ownerTel,
|
||||||
communityId: _ownerInfo.communityId,
|
communityId: _ownerInfo.communityId,
|
||||||
state: '1001'
|
state: '1001'
|
||||||
}, null)
|
}, null)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user