18
This commit is contained in:
@@ -39,6 +39,9 @@ const mutations = {
|
||||
|
||||
const actions = {
|
||||
async getSelfInfo({ commit }) {
|
||||
//#ifndef APP
|
||||
return [];
|
||||
//#endif
|
||||
try {
|
||||
const result = await IMSDK.asyncApi(IMSDK.IMMethods.GetSelfUserInfo,uuidv4(),);
|
||||
const res = await businessGetUserInfo(result.data.userID);
|
||||
|
||||
Reference in New Issue
Block a user