This commit is contained in:
java110 2020-12-01 18:16:23 +08:00
commit 8497799861

View File

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