rabin hace 7 años
padre
commit
2049fb7712
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      admin/page/msg.py

+ 1 - 1
admin/page/msg.py

@@ -45,7 +45,7 @@ class msg_path(Load):
 				if value['status'] == True:
 					self.data['list'][key]['status'] = '已读'
 				else:
-					self.data['list'][key]['device'] = '未读'
+					self.data['list'][key]['status'] = '未读'
 		self.commonView('list')
 
 class msg_update_path(Load):