Commit 30d70704 authored by yangpeng's avatar yangpeng

修改表单地址提交

parent 8a888dfd
......@@ -179,6 +179,8 @@ class Index extends Frontend
'content' => $content,
'addtime'=>$addtime
];
//var_dump($adddata);die;
if($adddata["fullname"] == ""){
return ['code' => -1,'data'=>[],'msg' => '姓名不能为空'];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment