|
@@ -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()
|