Compare commits

...

2 Commits

Author SHA1 Message Date
wwt
11ff75f0d3 fix bug#4063
Some checks are pending
Check / lint (push) Waiting to run
Check / typecheck (push) Waiting to run
Check / build (build, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build, 18.x, windows-latest) (push) Waiting to run
Check / build (build:app, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:app, 18.x, windows-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Waiting to run
2025-03-21 16:10:03 +08:00
wwt
8d82024a1e fix bug#3948 2025-03-21 15:32:39 +08:00
2 changed files with 2 additions and 3 deletions

View File

@ -167,7 +167,7 @@
@click="showConfirmPrompt(3)"
class="clear-chat-record-btn-each"
v-if="
groupParams?.groupInfo?.is_manager &&
groupParams?.groupInfo?.is_manager === false &&
dialogueParams.type === 2 &&
(groupParams?.groupInfo?.group_type === 1 ||
groupParams?.groupInfo?.group_type === 3)

View File

@ -219,8 +219,7 @@ onLoad(()=> {
groupStore.$reset()
})
onUnload(()=> {
groupName.value = '';
groupActiveIndex.value = -1;
resetGroupInfo();
})
onMounted(() => {
handleSetWebviewStyle()