mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 18:24:17 +00:00
缺少return
This commit is contained in:
parent
5ce23ffdd2
commit
6c2cba8e7c
@ -328,7 +328,7 @@ class StoreOrder extends AuthController
|
||||
$this->assign(compact('form'));
|
||||
return $this->fetch('public/form-builder');
|
||||
}
|
||||
else $this->failedNotice('订单状态错误');
|
||||
else return $this->failedNotice('订单状态错误');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user