解决成员无法报修问题

This commit is contained in:
java110 2021-01-26 09:54:44 +08:00
parent 490dfb1475
commit a3643898ba

View File

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