Exemplo n.º 1
0
 def get_error(self):
     # print('修改用户信息的错误信息:',self.errors.get_json_data())
     return errorTips.make_error_info(self.errors.get_json_data())
Exemplo n.º 2
0
 def get_error(self):
     # print('验证表单出现的错误:',self.errors.get_json_data())
     return errorTips.make_error_info(self.errors.get_json_data())
Exemplo n.º 3
0
 def get_error(self):
     return errorTips.make_error_info(self.errors.get_json_data())