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