mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update: user manage
This commit is contained in:
parent
9345bf7979
commit
59a8429456
@ -97,7 +97,7 @@ class OrderController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$plan->show && $plan->renew && !$userService->isAvailable($user)) {
|
if (!$plan->show && $plan->renew && !$userService->isAvailable($user)) {
|
||||||
abort(500, '订阅已过期,无法续费该订阅');
|
abort(500, '订阅已过期,请更换其他订阅');
|
||||||
}
|
}
|
||||||
|
|
||||||
DB::beginTransaction();
|
DB::beginTransaction();
|
||||||
|
2
public/assets/admin/umi.js
vendored
2
public/assets/admin/umi.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user