Your Name 3 years ago
parent
commit
aa4f66ebab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      learn/active/src/User.php

+ 2 - 2
learn/active/src/User.php

@@ -29,11 +29,11 @@ Class User extends Core
         if ($info['total'] >= $active['num']) {
             Dever::alert('您已超过限购数量');
         }
-        $jump = Dever::input('jump', 1);
+        $jump = Dever::input('jump');
         if ($jump == 1) {
             Dever::location($order['url']);
         }
-        return $order;
+        return $order['url'];
     }
 	 #领取
     // public function recive()