mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化业主端bug
This commit is contained in:
parent
262bdd4787
commit
479ca2396d
@ -315,7 +315,8 @@ export function ownerLogin(_that, _data) {
|
|||||||
ownerId:_json.data.ownerId,
|
ownerId:_json.data.ownerId,
|
||||||
ownerTel:_json.data.ownerTel,
|
ownerTel:_json.data.ownerTel,
|
||||||
communityId:_json.data.communityId,
|
communityId:_json.data.communityId,
|
||||||
link:_json.data.ownerTel
|
link:_json.data.ownerTel,
|
||||||
|
ownerTypeCd:_json.data.ownerTypeCd
|
||||||
})
|
})
|
||||||
resolve(_json.data);
|
resolve(_json.data);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user