mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化代码
This commit is contained in:
parent
305c5cf9a7
commit
d557635e13
@ -98,7 +98,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) {
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
page: 1,
|
page: 1,
|
||||||
row: 20,
|
row: 20,
|
||||||
idCard: _ownerInfo.idCard,
|
idCard: _ownerInfo.idCard,
|
||||||
link: _ownerInfo.link,
|
link: _ownerInfo.ownerTel,
|
||||||
communityId: _that.communityId,
|
communityId: _that.communityId,
|
||||||
acctType:'2003'
|
acctType:'2003'
|
||||||
}).then((data) => {
|
}).then((data) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user