|
@@ -35,7 +35,7 @@ class Vip extends Core
|
|
|
$buy_id = Dever::input('buy_id');
|
|
|
$mobile = Dever::input('mobile');
|
|
|
$type = Dever::input('type');
|
|
|
- $cate = $this->getCate();
|
|
|
+ $cate = Dever::load('main/journal')->getCate();
|
|
|
|
|
|
if (!$buy_id) {
|
|
|
Dever::alert('请传入正确的支付ID');
|