點選登入後,還是提示驗證碼錯誤,但驗證碼是正確,是否是資料庫沒連上
致明
致明 2019-09-26 22:28:49
0
2
1164

namespace app\index\Controller;
use  app\index\Controller\Base;
use  think\Request;
use app\index\model\User 作為 UserModel ;
class User 擴充Base
{
    public function login()
    {
       return $this-> view ->fetch();
       }


#       public function checklogin(Request $request)
    

           //資料表查詢,回傳模型物件
           $user = UserModel::get($map);
        $result = '沒有該用戶,請檢查';
           } else {
      &n

致明
致明

全部回覆(2)
致明

請幫指出,可以嗎,謝謝

血脉仙境

jrhhy  你確定打對了? ? ? ?


熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!