This commit is contained in:
root 2019-12-31 15:58:53 +08:00
parent 10029c8362
commit 70c1d5c874

View File

@ -68,7 +68,7 @@ class OrderController extends Controller
abort(500, '该订阅无法续费,请更换其他订阅'); abort(500, '该订阅无法续费,请更换其他订阅');
} }
if ($plan[$request->input('cycle')] == NULL) { if ($plan[$request->input('cycle')] === NULL) {
abort(500, '该订阅周期无法进行购买,请选择其他周期'); abort(500, '该订阅周期无法进行购买,请选择其他周期');
} }