|
@@ -242,7 +242,7 @@ class RegisterController extends HomeBaseController
|
|
|
'native' => Constant::NATIVE,
|
|
|
'education' => $education,
|
|
|
'income' => Constant::COND_INCOME,
|
|
|
- 'id_type' => Constant::ID_TYPE,
|
|
|
+ 'id_type' => array_merge(Constant::ID_TYPE,['不限']),
|
|
|
'smoke' => Constant::SMOKE,
|
|
|
'drink' => Constant::DRINK,
|
|
|
'tinyint' => Constant::COND_TINYINT,
|