master
parent
9749cd2db2
commit
a56c04a236
|
|
@ -24,10 +24,7 @@ local function list_msgRender(self, index, obj)
|
|||
|
||||
local msgText = ''
|
||||
if msg.m_state == 0 then
|
||||
msgText = string.format("【%s】被【%s】加入亲友圈", msg.user_name, msg.tag_name)
|
||||
|
||||
|
||||
|
||||
msgText = string.format("【%s】被【%s】加入亲友圈", msg.tag_name, msg.user_name)
|
||||
elseif msg.m_state == 1 then
|
||||
msgText = string.format("【%s】退出亲友圈", msg.user_name)
|
||||
elseif msg.m_state == 2 then
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 954 KiB After Width: | Height: | Size: 947 KiB |
Binary file not shown.
Loading…
Reference in New Issue