Compare commits
No commits in common. "11ff75f0d370a4aeee36adbc05495a4c063b00ba" and "982adc3f4b0ba534945843b3ba1e767759df6a45" have entirely different histories.
11ff75f0d3
...
982adc3f4b
@ -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)
|
||||
|
@ -219,7 +219,8 @@ onLoad(()=> {
|
||||
groupStore.$reset()
|
||||
})
|
||||
onUnload(()=> {
|
||||
resetGroupInfo();
|
||||
groupName.value = '';
|
||||
groupActiveIndex.value = -1;
|
||||
})
|
||||
onMounted(() => {
|
||||
handleSetWebviewStyle()
|
||||
|
Loading…
Reference in New Issue
Block a user