Commit ae83265e by panjiangyi

踢出成员

parent e3eb0c6d
Showing with 2 additions and 1 deletions
...@@ -37,7 +37,8 @@ export default class ChatMembers extends Vue { ...@@ -37,7 +37,8 @@ export default class ChatMembers extends Vue {
cancelButtonText: "取消", cancelButtonText: "取消",
type: "warning", type: "warning",
}); });
this._getout([item.uid]); // xim里的eid等于uniplat里的uid
this._getout([item.eid]);
} }
} }
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment