Compare commits
2 Commits
982adc3f4b
...
11ff75f0d3
Author | SHA1 | Date | |
---|---|---|---|
|
11ff75f0d3 | ||
|
8d82024a1e |
@ -167,7 +167,7 @@
|
|||||||
@click="showConfirmPrompt(3)"
|
@click="showConfirmPrompt(3)"
|
||||||
class="clear-chat-record-btn-each"
|
class="clear-chat-record-btn-each"
|
||||||
v-if="
|
v-if="
|
||||||
groupParams?.groupInfo?.is_manager &&
|
groupParams?.groupInfo?.is_manager === false &&
|
||||||
dialogueParams.type === 2 &&
|
dialogueParams.type === 2 &&
|
||||||
(groupParams?.groupInfo?.group_type === 1 ||
|
(groupParams?.groupInfo?.group_type === 1 ||
|
||||||
groupParams?.groupInfo?.group_type === 3)
|
groupParams?.groupInfo?.group_type === 3)
|
||||||
|
@ -219,8 +219,7 @@ onLoad(()=> {
|
|||||||
groupStore.$reset()
|
groupStore.$reset()
|
||||||
})
|
})
|
||||||
onUnload(()=> {
|
onUnload(()=> {
|
||||||
groupName.value = '';
|
resetGroupInfo();
|
||||||
groupActiveIndex.value = -1;
|
|
||||||
})
|
})
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
handleSetWebviewStyle()
|
handleSetWebviewStyle()
|
||||||
|
Loading…
Reference in New Issue
Block a user