12
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user