This commit is contained in:
cansnow
2025-12-08 18:18:20 +08:00
parent a0d44c1048
commit 4cb71e2b55
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -6,6 +6,8 @@
@clickRight="contactAddClick"
:border="false"
title="通讯录"
statusBar
fixed
backgroundColor="transparent"
>
</uni-nav-bar>
@@ -111,7 +113,6 @@
<style lang="scss" scoped>
.friend_list_container {
padding-top: 36rpx;
.header{
background-color: #f4f4f4;
}
@@ -4,7 +4,9 @@
right-icon="plus"
@clickRight="showMore"
:border="false"
title="标题"
:title="config.name"
statusBar
fixed
backgroundColor="transparent"
>
<template #right>
@@ -76,9 +78,7 @@
</template>
<script>
import {
mapGetters
} from "vuex";
import {mapGetters} from "vuex";
import MyAvatar from "@/components/MyAvatar/index.vue";
import IMSDK from "openim-uniapp-polyfill";
import util from "@/util";
@@ -100,7 +100,7 @@
};
},
computed: {
...mapGetters(["storeSelfInfo", "storeIsSyncing", "storeReinstall"]),
...mapGetters(["storeSelfInfo", "storeIsSyncing", "storeReinstall",'config']),
},
mounted() {
this.subscribeAll();
@@ -188,7 +188,7 @@
.chat_header {
@include colBox(true);
padding: 36rpx 24rpx 10rpx;
padding: 0 24rpx 10rpx;
//margin-top: var(--status-bar-height);
background: #f4f4f4;