diff --git a/frontend/src/views/apps/CityMarktApp.vue b/frontend/src/views/apps/CityMarktApp.vue index 474f5b8..2e8e6d3 100644 --- a/frontend/src/views/apps/CityMarktApp.vue +++ b/frontend/src/views/apps/CityMarktApp.vue @@ -284,6 +284,7 @@ async function openChat(id: string): Promise { selectedChat.value = response.data message.value = '' screen.value = 'chat' + await Promise.all([marketplace.loadInquiries(), marketplace.loadCounts()]) } } @@ -350,7 +351,13 @@ onMounted(async () => { CityMarkt

{{ phone.t(`Apps.citymarkt.tabs.${tab}`) }}

- diff --git a/sky_phone/source/html/index.html b/sky_phone/source/html/index.html index fa2cdbb..b1840c6 100644 --- a/sky_phone/source/html/index.html +++ b/sky_phone/source/html/index.html @@ -4,7 +4,7 @@ Sky Phone - +