//regiser
{include file="public:header"/}{include file="public:nav"/ }<div class="col-md-8"> <div class="page-header text-center">
assign('title','使用者註冊');返回 $this -> fetch(); } public function insert() { if ( Request ::isAjax()){ $data = Request:: except('password_confirm','post'); if(UserModel::create($data)) { return ['status'=>; 1、'消息'=> '註冊成功']; }else{ 返回 ['status'=>; 0, '消息'=> '註冊失敗']; } }else{ $this -> error("請求類型錯誤",'註冊'); } }}
你這個程式碼太亂了,也沒有你下載的tp版本。你可以把整個項目,打包發給我。
現在thinkphp的版本,已經是6了。可以學習6的版本。
依照你的問題,php沒有操作完,報錯了,js程式碼,就一定不會有彈框。
你先看下php程式碼,是否有報錯。瀏覽器的F12,可以查看。