Browse Source

U邮件发送

541469799@qq.com 1 year ago
parent
commit
16e06a1160
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/index/controller/User.php

+ 1 - 1
app/index/controller/User.php

@@ -45,7 +45,7 @@ class User extends Controller
     {
         $userId = Session::get('user_id');
         if (empty($userId)) {
-            Cache::set('returnuri', '/index/user/order.html', 300);
+            Session::set('returnuri', '/index/user/order.html');
             return redirect('/index/passport/login.html');
         }
         return view('order');