|
|
|
@ -83,10 +83,11 @@ class _UserInfoState extends State<UserInfoPage> { |
|
|
|
|
|
|
|
// 显示学历选择弹框 |
|
|
|
Future _showEducationPicker(UserInfoController controller) async { |
|
|
|
final List<String> educationOptions = ['大专以下', '大专', '本科', '硕士及以上']; |
|
|
|
final List<String> educationOptions = ['高中及以下', "中专", '大专', '本科', '硕士', "博士"]; |
|
|
|
|
|
|
|
await showModalBottomSheet( |
|
|
|
context: Get.context!, |
|
|
|
isScrollControlled: true, |
|
|
|
shape: const RoundedRectangleBorder( |
|
|
|
borderRadius: BorderRadius.only( |
|
|
|
topLeft: Radius.circular(8), |
|
|
|
|