优化家庭成员成立

This commit is contained in:
java110 2020-11-26 00:34:35 +08:00
parent 786dc15053
commit 37eb358d40

View File

@ -32,7 +32,7 @@ export function getRooms() {
method: "GET", method: "GET",
data: { data: {
communityId: _owner.communityId, communityId: _owner.communityId,
ownerId: _owner.memberId ownerId: _owner.ownerId
}, },
success: function(res) { success: function(res) {
if (res.statusCode == 200) { if (res.statusCode == 200) {