Compare commits
2 Commits
982adc3f4b
...
11ff75f0d3
Author | SHA1 | Date | |
---|---|---|---|
|
11ff75f0d3 | ||
|
8d82024a1e |
@ -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)
|
||||
|
@ -219,8 +219,7 @@ onLoad(()=> {
|
||||
groupStore.$reset()
|
||||
})
|
||||
onUnload(()=> {
|
||||
groupName.value = '';
|
||||
groupActiveIndex.value = -1;
|
||||
resetGroupInfo();
|
||||
})
|
||||
onMounted(() => {
|
||||
handleSetWebviewStyle()
|
||||
|
Loading…
Reference in New Issue
Block a user