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