|
@@ -96,7 +96,7 @@ class ActiveController extends LoveBaseController
|
|
public function apply()
|
|
public function apply()
|
|
{
|
|
{
|
|
if ($this->user->check_status != 2) {
|
|
if ($this->user->check_status != 2) {
|
|
- $this->error('通过审核后才能报名');
|
|
|
|
|
|
+ $this->error('您已报名,正在审核中');
|
|
}
|
|
}
|
|
|
|
|
|
$id = $this->request->param('id');
|
|
$id = $this->request->param('id');
|