mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +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,
|
||||
ownerTel:_json.data.ownerTel,
|
||||
communityId:_json.data.communityId,
|
||||
link:_json.data.ownerTel
|
||||
link:_json.data.ownerTel,
|
||||
ownerTypeCd:_json.data.ownerTypeCd
|
||||
})
|
||||
resolve(_json.data);
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user