-
- 消息
- 消息
- 创建群聊
-
-
-
-
-
-
-
+
+
+
+ 消息
+
+
+ 创建群聊
+
+
+
+
+
+
+
-
+
+
+
+
+ {{ item.name }}
+
+
+ 状态设置
- {{ item.name }}
-
- 状态设置
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 粉丝
+
+
+ xxx 关注了你
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 互动消息
+
+
+ xxx 赞了你的评论
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 抖音小助手
+ 官方
+
+
+ #今天谁请客呢
+
+ 星期四
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 系统通知
+ 官方
+
+
+ 协议修订通知
+
+ 08-31
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 求更新
+ 官方
+
+
+ 你收到过1次求更新
+
+ 10-09
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 任务通知
+ 官方
+
+
+ 发作品得流量
+
+ 05-26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 直播通知
+ 官方
+
+
+ 举报结果通知
+
+ 05-26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 钱包通知
+ 官方
+
+
+ 卡券发放提醒
+
+ 05-26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ userinfo.nickname }}
+
+
+ 哈哈哈哈哈哈
+
+ 10-10
+
+
+
+
+
+
+ 12
+
-
-
-
-
-
-
-
-
- 粉丝
-
-
- xxx 关注了你
+
+
+
+
+
+
-
+
-
+
+
+
+ 
+ {{ item.name }}
+ {{ item.account ? '抖音号:' + item.account : '' }}
+
+
-
+
-
-
+
+
+
+
+ 搜索结果为空
+
+
+ 没有搜索到相关的联系人
+
+
+
+
+
+ 已加入的群聊
+
+
+
+
+
+ Z
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ 发起聊天
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+ 已加入的群聊
+
-
-
-
-
-
- 互动消息
-
-
- xxx 赞了你的评论
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 抖音小助手
- 官方
-
-
- #今天谁请客呢
-
- 星期四
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 系统通知
- 官方
-
-
- 协议修订通知
-
- 08-31
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 求更新
- 官方
-
-
- 你收到过1次求更新
-
- 10-09
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 任务通知
- 官方
-
-
- 发作品得流量
-
- 05-26
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 直播通知
- 官方
-
-
- 举报结果通知
-
- 05-26
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 钱包通知
- 官方
-
-
- 卡券发放提醒
-
- 05-26
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ userinfo.nickname }}
-
-
- 哈哈哈哈哈哈
-
- 10-10
-
-
-
-
-
-
- 12
-
-
-
-
-
+
+
-
-
-
-
- {{ item.name }}
- {{ item.account ? '抖音号:' + item.account : '' }}
+
- 
-
+
- {{ text.length > 20 ? text.substr(0, 20) + '...' : text }}
+ (3)
-
-
-
-
- 搜索结果为空
-
-
- 没有搜索到相关的联系人
-
-
-
-
-
- 已加入的群聊
-
-
-
-
-
- Z
-
-
-
- {{ item.name }}
-
+
-
-
- 发起聊天
-
-
-
-
- 已加入的群聊
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
-
+
+
+
+
+
+
-
- {{ text.length > 20 ? text.substr(0, 20) + '...' : text }}
- (3)
+ 朋友推荐
+
+
+
+
+
+
+
+
@@ -379,11 +397,12 @@ export default {
data() {
return {
isShowRecommend: false,
+ searchKey: '',
createChatSearchKey: '',
showJoinedChat: false,
loading: false,
createChatDialog: false,
- isShowText: false,
+ isShowRightText: false,
text: 'AAAAAAAAA、BBBBBBBBBBBBB、CCCCCCCC',
// friends: [
// {
@@ -465,9 +484,9 @@ export default {
})
},
mounted() {
- setTimeout(()=>{
+ setTimeout(() => {
// this.isShowRecommend = true
- },1000)
+ }, 1000)
},
methods: {
async loadRecommendData() {
@@ -504,599 +523,517 @@ export default {
padding-bottom: 6rem;
color: white;
- .create-chat-wrapper {
- min-height: 70vh;
- padding-bottom: 6rem;
+ .no-search {
- .joined-chat {
- border-bottom: 1px solid @line-color;
- height: 5rem;
- padding: 0 2rem;
- display: flex;
- align-items: center;
+ .create-chat-wrapper {
+ min-height: 70vh;
+ padding-bottom: 6rem;
- .left {
- width: 2.2rem;
- height: 2.2rem;
- margin-left: 1rem;
- margin-right: 2rem;
- }
-
- .right {
- font-size: 1.4rem;
- flex: 1;
+ .joined-chat {
+ border-bottom: 1px solid @line-color;
+ height: 5rem;
+ padding: 0 2rem;
display: flex;
align-items: center;
+
+ .left {
+ width: 2.2rem;
+ height: 2.2rem;
+ margin-left: 1rem;
+ margin-right: 2rem;
+ }
+
+ .right {
+ font-size: 1.4rem;
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ img {
+ height: 1.5rem;
+ }
+ }
+ }
+
+ .friend-list {
+ padding: 0 2rem;
+
+ .index {
+ height: 6rem;
+ line-height: 6rem;
+ font-size: 1.4rem;
+ }
+
+ .friend-item {
+ margin-bottom: 2rem;
+ display: flex;
+ align-items: center;
+ //background: #fff;
+
+ &:nth-child(1) {
+ margin-top: 1rem;
+ }
+
+ .left {
+ width: 4.8rem;
+ height: 4.8rem;
+ border-radius: 50%;
+ margin-right: 1rem;
+ }
+
+ .right {
+ font-size: 1.4rem;
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ img {
+ height: 2rem;
+ }
+ }
+ }
+ }
+
+ .btn-wrapper {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ background: @main-bg;
+ //background: red;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ .btn {
+ margin-bottom: 2rem;
+ width: calc(100% - 4rem);
+ height: 4rem;
+ display: flex;
+ align-items: center;
+ font-size: 1.4rem;
+ justify-content: center;
+ background: #3f445c;
+ border-radius: .2rem;
+
+ &.primary {
+ background: @primary-btn-color;
+ }
+ }
+ }
+
+ .search-result {
+ padding: 0 2rem;
+
+ .search-result-item {
+ margin-bottom: 2rem;
+ display: flex;
+ align-items: center;
+
+ &:nth-child(1) {
+ margin-top: 1rem;
+ }
+
+ .left {
+ width: 4.8rem;
+ height: 4.8rem;
+ border-radius: 50%;
+ margin-right: 1rem;
+ }
+
+ .right {
+ font-size: 1.4rem;
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ .info {
+ display: flex;
+ flex-direction: column;
+
+ .name {
+ font-size: 1.4rem;
+ }
+
+ .account {
+ font-size: 1.3rem;
+ color: @second-text-color;
+ }
+ }
+
+ img {
+ height: 2rem;
+ }
+ }
+ }
+ }
+
+ .no-result {
+ height: 50vh;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+
+ .notice-h1 {
+ font-size: 1.6rem;
+ }
+
+ .notice-h2 {
+ margin-top: 1rem;
+ font-size: 1.4rem;
+ color: @second-text-color;
+ }
+
+ }
+ }
+
+ .joined-chat-wrapper {
+ min-height: 70vh;
+
+ .nav {
+ font-size: 1.7rem;
+ padding: 2rem;
+ display: flex;
justify-content: space-between;
img {
- height: 1.5rem;
+ height: 2rem;
}
}
- }
- .friend-list {
- padding: 0 2rem;
+ .chat-list {
+ padding: 0 2rem;
- .index {
- height: 6rem;
- line-height: 6rem;
- font-size: 1.4rem;
- }
-
- .friend-item {
- margin-bottom: 2rem;
- display: flex;
- align-items: center;
- //background: #fff;
-
- &:nth-child(1) {
- margin-top: 1rem;
- }
-
- .left {
- width: 4.8rem;
- height: 4.8rem;
- border-radius: 50%;
- margin-right: 1rem;
- }
-
- .right {
- font-size: 1.4rem;
- flex: 1;
+ .chat-item {
+ margin-bottom: 2rem;
display: flex;
align-items: center;
- justify-content: space-between;
+ position: relative;
+ overflow: hidden;
- img {
- height: 2rem;
+ &:nth-last-child(1) {
+ margin-bottom: 0;
+ }
+
+ &:nth-child(1) {
+ margin-top: 1rem;
+ }
+
+ .left {
+ width: 4.8rem;
+ height: 4.8rem;
+ border-radius: 50%;
+ margin-right: 1rem;
+ }
+
+ .right {
+ font-size: 1.4rem;
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ .title {
+ box-sizing: border-box;
+ display: flex;
+ align-items: center;
+
+ .name {
+ }
+
+ .num {
+ margin-left: .5rem;
+ color: @second-text-color;
+ }
+ }
+
+ img {
+ height: 1.5rem;
+ }
}
}
}
}
- .btn-wrapper {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- background: @main-bg;
- //background: red;
+ /deep/ #BaseHeader .header {
+ border-bottom: none;
+
+ .left {
+ opacity: 0;
+ }
+ }
+
+ .content {
+ padding-top: @header-height;
+ }
+
+ .friends {
+ overflow-x: scroll;
display: flex;
- align-items: center;
- justify-content: center;
+ font-size: 1.4rem;
- .btn {
- margin-bottom: 2rem;
- width: calc(100% - 4rem);
- height: 4rem;
- display: flex;
- align-items: center;
- font-size: 1.4rem;
- justify-content: center;
- background: #3f445c;
- border-radius: .2rem;
+ .friend {
+ &:nth-last-child(1) {
+ img {
+ margin: 0 1rem;
+ padding: 1.7rem;
+ background: @second-btn-color-tran;
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ margin-bottom: .6rem;
- &.primary {
- background: @primary-btn-color;
+ }
+ }
+
+ .avatar {
+ position: relative;
+ margin-bottom: .6rem;
+
+ img {
+ @width: 6.4rem;
+ width: @width;
+ height: @width;
+ border-radius: 50%;
+ }
+
+ &.on-line::before {
+ content: ' ';
+ border: .4rem solid black;
+ width: 1.8rem;
+ height: 1.8rem;
+ background: rgb(115, 254, 73);
+ border-radius: 50%;
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ }
+
+ }
+
+
+ span {
+ width: 6.4rem;
+ font-size: 1.2rem;
+ color: lightgray;
+ display: block;
+ text-align: center;
+ word-break: break-all;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
}
}
- .search-result {
- padding: 0 2rem;
+ .messages {
- .search-result-item {
- margin-bottom: 2rem;
+ .message {
display: flex;
align-items: center;
- &:nth-child(1) {
- margin-top: 1rem;
+ &.top {
+ background: #353a4f;
}
- .left {
- width: 4.8rem;
- height: 4.8rem;
- border-radius: 50%;
- margin-right: 1rem;
+ &:active {
+ background: @active-main-bg;
}
- .right {
- font-size: 1.4rem;
+ .avatar {
+ position: relative;
+
+ .head-image {
+ margin-left: 2rem;
+ margin-right: 1.5rem;
+ @width: 4.5rem;
+ width: @width;
+ height: @width;
+ border-radius: 50%;
+ }
+
+ &.on-line::before {
+ content: ' ';
+ border: .3rem solid black;
+ width: 1.2rem;
+ height: 1.2rem;
+ background: rgb(115, 254, 73);
+ border-radius: 50%;
+ position: absolute;
+ bottom: 0;
+ right: 1.5rem;
+ }
+ }
+
+
+ .content {
flex: 1;
display: flex;
- align-items: center;
justify-content: space-between;
+ @padding: 1.4rem;
+ padding: @padding 0 @padding 0;
+ border-bottom: 1px solid @line-color2;
- .info {
- display: flex;
- flex-direction: column;
-
+ .left {
.name {
font-size: 1.4rem;
+ color: white;
+ display: flex;
+ align-items: flex-start;
+
+ .tag {
+ margin-left: .5rem;
+ font-size: 1rem;
+ background: @second-btn-color-tran;
+ color: @second-text-color;
+ padding: .2rem .5rem;
+ border-radius: .2rem;
+ }
}
- .account {
- font-size: 1.3rem;
+ .detail {
color: @second-text-color;
+ font-size: 1.2rem;
+ margin-top: .4rem;
+ display: flex;
+ align-items: center;
+
+ .point {
+ display: inline-block;
+ margin-left: .8rem;
+ margin-right: .8rem;
+ border-radius: 50%;
+ width: 1.5px;
+ height: 1.5px;
+ background: @second-text-color;
+ }
+
+ .sent {
+ width: 1rem;
+ height: 1rem;
+ }
}
}
- img {
- height: 2rem;
+ .right {
+ margin-right: 3rem;
+ display: flex;
+ align-items: center;
+
+ .arrow {
+ width: 1.5rem;
+ height: 1.5rem;
+ }
+
+ .camera {
+ width: 2rem;
+ height: 2rem;
+ }
+
+ .not-read {
+ width: .7rem;
+ height: .7rem;
+ border-radius: 50%;
+ background: yellow;
+ }
+
+ .badge {
+ font-size: 1.2rem;
+ display: block;
+ color: black;
+ padding: 1px .6rem;
+ border-radius: 1rem;
+ background: yellow;
+ }
}
}
+
+ }
+
+ .not-more {
+ color: @second-text-color;
+ text-align: center;
+ padding: 2rem;
}
}
- .no-result {
- height: 50vh;
+ .recommend-dialog {
+ position: fixed;
+ z-index: 11;
+ top: 0;
+ left: 0;
+ width: 100vw;
+ height: 100vh;
display: flex;
align-items: center;
justify-content: center;
- flex-direction: column;
- .notice-h1 {
- font-size: 1.6rem;
- }
-
- .notice-h2 {
- margin-top: 1rem;
- font-size: 1.4rem;
- color: @second-text-color;
- }
-
- }
- }
-
- .joined-chat-wrapper {
- min-height: 70vh;
-
- .nav {
- font-size: 1.7rem;
- padding: 2rem;
- display: flex;
- justify-content: space-between;
-
- img {
- height: 2rem;
- }
- }
-
- .chat-list {
- padding: 0 2rem;
-
- .chat-item {
- margin-bottom: 2rem;
- display: flex;
- align-items: center;
+ .dialog-content {
position: relative;
+ z-index: 4;
+ background: white;
+ width: 85vw;
+ height: 80vh;
+ border-radius: 1.2rem;
overflow: hidden;
- &:nth-last-child(1) {
- margin-bottom: 0;
- }
-
- &:nth-child(1) {
- margin-top: 1rem;
- }
-
- .left {
- width: 4.8rem;
- height: 4.8rem;
- border-radius: 50%;
- margin-right: 1rem;
- }
-
- .right {
- font-size: 1.4rem;
- flex: 1;
+ .dialog-header {
+ color: black;
+ border-bottom: 1px solid whitesmoke;
+ padding: @padding-page;
display: flex;
align-items: center;
justify-content: space-between;
.title {
- box-sizing: border-box;
display: flex;
align-items: center;
- .name {
- }
-
- .num {
- margin-left: .5rem;
- color: @second-text-color;
+ & > img {
+ margin-left: .3rem;
+ width: 1.5rem;
}
}
- img {
- height: 1.5rem;
- }
- }
- }
- }
- }
-
- .header {
- position: fixed;
- width: 100vw;
- background: @main-bg;
- z-index: 11;
- height: 6rem;
- display: flex;
- padding: @padding-page;
- box-sizing: border-box;
- align-items: center;
- justify-content: space-between;
- }
-
- .content {
- padding-top: @header-height;
- }
-
- .friends {
- overflow-x: scroll;
- display: flex;
- font-size: 1.4rem;
-
- .friend {
- &:nth-last-child(1) {
- img {
- margin: 0 1rem;
- padding: 1.7rem;
- background: @second-btn-color-tran;
- width: 3rem;
- height: 3rem;
- border-radius: 50%;
- margin-bottom: .6rem;
-
- }
- }
-
- .avatar {
- position: relative;
- margin-bottom: .6rem;
-
- img {
- @width: 6.4rem;
- width: @width;
- height: @width;
- border-radius: 50%;
- }
-
- &.on-line::before {
- content: ' ';
- border: .4rem solid black;
- width: 1.8rem;
- height: 1.8rem;
- background: rgb(115, 254, 73);
- border-radius: 50%;
- position: absolute;
- bottom: 0;
- right: 0;
- }
-
- }
-
-
- span {
- width: 6.4rem;
- font-size: 1.2rem;
- color: lightgray;
- display: block;
- text-align: center;
- word-break: break-all;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- }
- }
-
- .messages {
-
- .message {
- display: flex;
- align-items: center;
-
- &.top {
- background: #353a4f;
- }
-
- &:active {
- background: @active-main-bg;
- }
-
- .avatar {
- position: relative;
-
- .head-image {
- margin-left: 2rem;
- margin-right: 1.5rem;
- @width: 4.5rem;
- width: @width;
- height: @width;
- border-radius: 50%;
- }
-
- &.on-line::before {
- content: ' ';
- border: .3rem solid black;
- width: 1.2rem;
- height: 1.2rem;
- background: rgb(115, 254, 73);
- border-radius: 50%;
- position: absolute;
- bottom: 0;
- right: 1.5rem;
- }
- }
-
-
- .content {
- flex: 1;
- display: flex;
- justify-content: space-between;
- @padding: 1.4rem;
- padding: @padding 0 @padding 0;
- border-bottom: 1px solid @line-color2;
-
- .left {
- .name {
- font-size: 1.4rem;
- color: white;
- display: flex;
- align-items: flex-start;
-
- .tag {
- margin-left: .5rem;
- font-size: 1rem;
- background: @second-btn-color-tran;
- color: @second-text-color;
- padding: .2rem .5rem;
- border-radius: .2rem;
- }
- }
-
- .detail {
- color: @second-text-color;
- font-size: 1.2rem;
- margin-top: .4rem;
- display: flex;
- align-items: center;
-
- .point {
- display: inline-block;
- margin-left: .8rem;
- margin-right: .8rem;
- border-radius: 50%;
- width: 1.5px;
- height: 1.5px;
- background: @second-text-color;
- }
-
- .sent {
- width: 1rem;
- height: 1rem;
- }
- }
- }
-
- .right {
- margin-right: 3rem;
- display: flex;
- align-items: center;
-
- .arrow {
- width: 1.5rem;
- height: 1.5rem;
- }
-
- .camera {
- width: 2rem;
- height: 2rem;
- }
-
- .not-read {
- width: .7rem;
- height: .7rem;
- border-radius: 50%;
- background: yellow;
- }
-
- .badge {
- font-size: 1.2rem;
- display: block;
- color: black;
- padding: 1px .6rem;
- border-radius: 1rem;
- background: yellow;
- }
- }
- }
-
- }
-
- .not-more {
- color: @second-text-color;
- text-align: center;
- padding: 2rem;
- }
- }
-
- .recommend {
- .title {
- padding: 2rem 2rem 1rem 2rem;
- display: flex;
- justify-content: space-between;
- align-items: center;
-
- .left {
- color: @second-text-color;
-
- img {
- width: 1rem;
- height: 1rem;
- }
- }
-
- .right {
- border-radius: 50%;
- background: @second-text-color;
- padding: .5rem;
- width: 1rem;
- height: 1rem;
- }
- }
-
- .item {
- display: flex;
- align-items: center;
-
- &.top {
- background: #353a4f;
- }
-
- &:active {
- background: #353a4f;
- }
-
- .head-image {
- margin-left: 2rem;
- margin-right: 1.5rem;
- width: 4.8rem;
- height: 4.8rem;
- border-radius: 50%;
- }
-
- .content {
- flex: 1;
- display: flex;
- justify-content: space-between;
- padding: 1.5rem 0;
-
- .left {
- .name {
- font-size: 1.8rem;
- color: white;
- }
-
- .detail {
- color: @second-text-color;
- font-size: 1.2rem;
- margin-top: 4px;
- }
- }
-
- .right {
- margin-right: 2rem;
- display: flex;
- align-items: center;
-
- .button {
- background: @primary-btn-color;
- margin-left: .8rem;
- padding: .8rem 2rem;
- border-radius: .3rem;
-
- &:nth-last-child(1) {
- background: rgb(58, 58, 67);
- }
- }
- }
- }
-
- }
- }
-
- .recommend-dialog {
- position: fixed;
- z-index: 11;
- top: 0;
- left: 0;
- width: 100vw;
- height: 100vh;
- display: flex;
- align-items: center;
- justify-content: center;
-
- .dialog-content {
- position: relative;
- z-index: 4;
- background: white;
- width: 85vw;
- height: 80vh;
- border-radius: 1.2rem;
- overflow: hidden;
-
- .dialog-header {
- color: black;
- border-bottom: 1px solid whitesmoke;
- padding: @padding-page;
- display: flex;
- align-items: center;
- justify-content: space-between;
-
- .title {
- display: flex;
- align-items: center;
-
& > img {
- margin-left: .3rem;
- width: 1.5rem;
+ width: 2rem;
}
+
}
- & > img {
- width: 2rem;
- }
-
- }
-
- .dialog-body {
- padding: @padding-page;
- padding-top: 0;
- height: calc(80vh - 5rem);
- overflow: auto;
-
- .scroll {
+ .dialog-body {
+ padding: @padding-page;
+ padding-top: 0;
height: calc(80vh - 5rem);
- }
+ overflow: auto;
- .l-button {
- color: white;
- }
+ .scroll {
+ height: calc(80vh - 5rem);
+ }
- .name {
- color: black !important;
- }
+ .l-button {
+ color: white;
+ }
- /deep/ .People .content .left .name {
- color: black !important;
+ .name {
+ color: black !important;
+ }
+
+ /deep/ .People .content .left .name {
+ color: black !important;
+ }
}
}
}
}
+
+ .searching {
+
+ }
+
}
diff --git a/src/pages/message/Visitors.vue b/src/pages/message/Visitors.vue
index cf209a5..966e6ad 100644
--- a/src/pages/message/Visitors.vue
+++ b/src/pages/message/Visitors.vue
@@ -44,7 +44,7 @@
v-model="isShowSetting"
mode="white"
mask-mode="dark"
- height="25rem"
+ height="27rem"
:show-heng-gang="false"
>
-
-
+
+
+
+
-
-
-
-
-
-
-
-
- 朋友推荐
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages/people/FindAcquaintance.vue b/src/pages/people/FindAcquaintance.vue
index 24778d9..2fe94f4 100644
--- a/src/pages/people/FindAcquaintance.vue
+++ b/src/pages/people/FindAcquaintance.vue
@@ -13,16 +13,16 @@
-
+ :is-show-right-text="false"
+ @click="isShowRightText = true">
-
+
-
+
-
+
@@ -97,8 +97,8 @@ export default {
this.isSearch = true
},
back() {
- if (this.isShowText) {
- this.isShowText = false
+ if (this.isShowRightText) {
+ this.isShowRightText = false
} else {
this.$back()
}
@@ -149,7 +149,7 @@ export default {
moreOptionDialog: false,
outWebImgAccountDialog: false,
indicatorFixed: false,
- isShowText: false,
+ isShowRightText: false,
isSearch: false,
searchKey: '',
@@ -194,8 +194,8 @@ export default {
this.isSearch = true
},
back() {
- if (this.isShowText) {
- this.isShowText = false
+ if (this.isShowRightText) {
+ this.isShowRightText = false
} else {
this.$back()
}
diff --git a/src/pages/people/FollowAndFans.vue b/src/pages/people/FollowAndFans.vue
index 9f56f94..5acd640 100644
--- a/src/pages/people/FollowAndFans.vue
+++ b/src/pages/people/FollowAndFans.vue
@@ -21,7 +21,7 @@