updates
This commit is contained in:
parent
43561548fd
commit
4ad91eb276
|
|
@ -26,7 +26,7 @@ async function loadConversations() {
|
||||||
renderConversations();
|
renderConversations();
|
||||||
|
|
||||||
if (conversations.length === 0) {
|
if (conversations.length === 0) {
|
||||||
showToast("暂无会话,请先点击"同步拉取"获取消息", "error");
|
showToast('暂无会话,请先点击"同步拉取"获取消息', "error");
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
showToast("加载会话失败: " + e.message, "error");
|
showToast("加载会话失败: " + e.message, "error");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue