This commit is contained in:
2025-11-25 05:36:02 +08:00
parent 8e036cc171
commit b10e4b4336
65 changed files with 2672 additions and 2270 deletions
+4 -2
View File
@@ -86,6 +86,7 @@
);
info = data[0];
}
console.log(info)
if (info) {
uni.navigateTo({
url: `/pages/common/groupCard/index?sourceInfo=${JSON.stringify(info,)}`,
@@ -103,7 +104,7 @@
const {data} = await IMSDK.asyncApi(
IMSDK.IMMethods.GetUsersInfo,
IMSDK.uuid(),
[res.data[0].id],
[res.data[0].id+''],
);
const imData = data[0];
@@ -111,9 +112,9 @@
...imData,
...res.data[0],
};
console.log(info)
}
}
console.log(info)
if (info) {
uni.navigateTo({
url: `/pages/common/userCard/index?sourceInfo=${JSON.stringify(info,)}`,
@@ -123,6 +124,7 @@
}
}
} catch (e) {
console.log(e);
//TODO handle the exception
}
this.searching = false;