updates
This commit is contained in:
parent
d8ebfdd2e4
commit
1881e501f5
|
|
@ -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