Compare commits

..

No commits in common. "11ff75f0d370a4aeee36adbc05495a4c063b00ba" and "982adc3f4b0ba534945843b3ba1e767759df6a45" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

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

View File

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