Browse Source

系统消息新增跳转链接

zhangdongming 2 years ago
parent
commit
b3fb794a1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/SysMsg.py

+ 1 - 0
Controller/SysMsg.py

@@ -187,6 +187,7 @@ class SysMsgView(View):
             uid_list = []
 
             for sm_q in sm_qs:
+                sm_q['jumpLink'] = ''
                 if sm_q['eventType'] > 0:
                     uid_list.append(sm_q['uid'])
                 data_res.append(sm_q)