|
@@ -81,7 +81,6 @@ class OrderController extends BaseController
|
|
|
public function actionCreateOrder()
|
|
public function actionCreateOrder()
|
|
|
{
|
|
{
|
|
|
$post = Yii::$app->request->post();
|
|
$post = Yii::$app->request->post();
|
|
|
- util::fail('系统升级中,请30分钟后再操作');
|
|
|
|
|
if (isset($post['newVersion']) == false) {
|
|
if (isset($post['newVersion']) == false) {
|
|
|
util::fail('请升级小程序');
|
|
util::fail('请升级小程序');
|
|
|
}
|
|
}
|