mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update
This commit is contained in:
parent
e1fce3ae37
commit
f5db443668
@ -68,7 +68,7 @@ class OrderController extends Controller
|
||||
abort(500, '该订阅无法续费,请更换其他订阅');
|
||||
}
|
||||
|
||||
if (!(int)$plan[$request->input('cycle')]) {
|
||||
if (empty($plan[$request->input('cycle')])) {
|
||||
abort(500, '该订阅周期无法进行购买,请选择其他周期');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user