فهرست منبع

wesmiler ECY 画画交易平台

APPLE 3 سال پیش
والد
کامیت
3f5ec6ffeb
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      application/index/controller/User.php

+ 8 - 0
application/index/controller/User.php

@@ -486,6 +486,14 @@ class User extends Frontend
                 $this->error($this->auth->getError(), null, ['token' => $this->request->token()]);
             }
         }
+
+        $code=input('code');
+        if(empty($code))
+        {
+            $code='';
+        }
+        $this->view->assign('code',$code);
+
         //判断来源
         $referer = $this->request->server('HTTP_REFERER');
         if ((strtolower(parse_url($referer, PHP_URL_HOST)) == strtolower($this->request->host()))