1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
| export default [
| {
| id: 1,
| displayName: "像梦一样自由",
| avatar: "https://p.qqan.com/up/2020-2/2020022821001845128.jpg",
| index: "X",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: "你开心吗"
| },
| {
| id: 2,
| displayName: "梦醒时分、",
| avatar: "https://p.qqan.com/up/2021-1/20211301122243621.jpg",
| index: "M",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 3,
| displayName: "凌云",
| avatar: "https://p.qqan.com/up/2021-1/2021129102387841.jpg",
| index: "L",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 4,
| displayName: "小郭",
| avatar: "https://p.qqan.com/up/2021-1/2021122135507881.jpg",
| index: "X",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 5,
| displayName: "杨玉泉",
| avatar: "https://p.qqan.com/up/2021-1/20211211131598147.jpg",
| index: "Y",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 6,
| displayName: "森系Style",
| avatar: "https://p.qqan.com/up/2021-1/2021113104111220.jpg",
| index: "S",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 7,
| displayName: "霸王花",
| avatar: "https://p.qqan.com/up/2021-1/20211411391666.jpg",
| index: "B",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: "你怎么还不睡呀?"
| },
| {
| id: 8,
| displayName: "曾平",
| avatar: "https://p.qqan.com/up/2020-12/202012291044425822.jpg",
| index: "Z",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 9,
| displayName: "淡然",
| avatar: "https://p.qqan.com/up/2020-12/202012141813343503.jpg",
| index: "D",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 10,
| displayName: "叶子。",
| avatar: "https://p.qqan.com/up/2021-1/20211301122243621.jpg",
| index: "Y",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 11,
| displayName: "土豆",
| avatar: "https://p.qqan.com/up/2020-12/202012111157268739.jpg",
| index: "T",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 12,
| displayName: "清沫",
| avatar: "https://p.qqan.com/up/2020-12/202012415467996.jpg",
| index: "Q",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| },
| {
| id: 13,
| displayName: "Lemon-imui交流群",
| avatar: "https://p.qqan.com/up/2020-11/20201127157109035.jpg",
| index: "L",
| isGroup: true,
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: "这个咋处理啊?"
| },
| {
| id: 14,
| displayName: "系统通知",
| avatar: "https://p.qqan.com/up/2020-6/2020061117234279854.jpg",
| index: "[1]系統通知",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: "宁静致远通过了你的好友请求",
| renderContainer() {
| return (
| <div style="padding:15px;">
| <div>宁静致远通过了你的好友请求</div>
| <div>宁静致远通过了你的好友请求</div>
| <div>宁静致远通过了你的好友请求</div>
| </div>
| );
| }
| },
| {
| id: 15,
| displayName: "宁静致远。",
| avatar: "https://p.qqan.com/up/2020-6/2020060308522797777.jpg",
| index: "N",
| unread: 0,
| lastSendTime: 1566047865417,
| lastContent: ""
| }
| ];
|
|
|