This commit is contained in:
cansnow
2025-11-27 07:48:42 +08:00
parent ab625e6463
commit b4c9ae1b67
9 changed files with 1952 additions and 486 deletions
+1 -5
View File
@@ -18,11 +18,7 @@
</view>
<view class="group_info">
<view class="group_info_name">
<text class="group_name"
>{{ storeCurrentConversation.showName }}({{
storeCurrentGroup.memberCount
}})</text
>
<text class="group_name">{{ storeCurrentConversation.showName }}({{storeCurrentGroup.memberCount}})</text>
<image
v-if="isOwner || isAdmin"
@click="toUpdateGroupName"