{include file="public:nav"/}
//regiser
{include file="public:header"/}{include file="public:nav"/}
//Benutzer
assign('title','用户注册'); return $this ->fetch(); } öffentliche Funktion insert() { if ( Request ::isAjax()){ $data = Request::exclusive('password_confirm','post'); if(UserModel::create($data)) { return ['status'=> 1, 'message'=> '注册成功']; }else{ return ['status'=> 0, 'message'=> '注册失败']; } }else{ $this -> error("Erinnerungsfehler",'register'); } }}
你这个代码太乱了,也没有你下载的tp版本。你可以把整个项目,打包发给我。
现在thinkphp的版本,已经是6了。 可以学习6的版本。
按照你的问题,php没有操作完,报错了,js代码,就肯定不会有弹框。
你先看下php代码,是否有报错。 浏览器的F12,可以查看。