mirror of
https://github.com/v2board/v2board.git
synced 2025-08-23 23:43:34 +08:00
update
This commit is contained in:
@ -59,7 +59,7 @@ class OrderController extends Controller
|
|||||||
abort(500, '该订阅已售罄');
|
abort(500, '该订阅已售罄');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!($plan->show || !$plan->renew)) {
|
if (!$plan->show && !$plan->renew) {
|
||||||
abort(500, '该订阅无法续费');
|
abort(500, '该订阅无法续费');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user