|
|
@@ -226,7 +226,9 @@ class SystemStore extends AuthController
|
|
|
public function check_apply($id = 0)
|
|
|
{
|
|
|
$store = SystemStoreApply::get($id);
|
|
|
- $this->assign(compact('store'));
|
|
|
+ $users = User::field('uid,nickname,phone')->select();
|
|
|
+ $this->assign(compact('store','users'));
|
|
|
+
|
|
|
return $this->fetch();
|
|
|
}
|
|
|
}
|