diff --git a/pkg_common/views/roomLogs.vue b/pkg_common/views/roomLogs.vue index 045e4df..3fafe72 100644 --- a/pkg_common/views/roomLogs.vue +++ b/pkg_common/views/roomLogs.vue @@ -89,7 +89,10 @@ export default { uni.request({ url: _this.$SERVICE_API_URL + '//chat-remove', method: 'POST', - data: {room_id: id}, + data: { + room_id: id, + remove_from: 'user' + }, success:(res)=>{ if(res.data.status_code === 200) { _this.fetchList()