|
@@ -29,7 +29,7 @@ Class User extends Core
|
|
if ($info['total'] >= $active['num']) {
|
|
if ($info['total'] >= $active['num']) {
|
|
Dever::alert('您已超过限购数量');
|
|
Dever::alert('您已超过限购数量');
|
|
}
|
|
}
|
|
- $jump = Dever::input('jump');
|
|
|
|
|
|
+ $jump = Dever::input('jump', 1);
|
|
if ($jump == 1) {
|
|
if ($jump == 1) {
|
|
Dever::location($order['url']);
|
|
Dever::location($order['url']);
|
|
}
|
|
}
|