|
|
@ -1,11 +1,3 @@
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import 'package:bot_toast/bot_toast.dart';
|
|
|
|
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
|
|
|
|
|
import 'package:get/get.dart';
|
|
|
|
|
|
|
|
import 'package:power_logger/power_logger.dart';
|
|
|
|
|
|
|
|
import 'package:velocity_x/velocity_x.dart';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import 'package:aku_community/base/base_style.dart';
|
|
|
|
import 'package:aku_community/base/base_style.dart';
|
|
|
|
import 'package:aku_community/const/resource.dart';
|
|
|
|
import 'package:aku_community/const/resource.dart';
|
|
|
|
import 'package:aku_community/models/house/lease_detail_model.dart';
|
|
|
|
import 'package:aku_community/models/house/lease_detail_model.dart';
|
|
|
@ -16,6 +8,12 @@ import 'package:aku_community/utils/headers.dart';
|
|
|
|
import 'package:aku_community/widget/bee_divider.dart';
|
|
|
|
import 'package:aku_community/widget/bee_divider.dart';
|
|
|
|
import 'package:aku_community/widget/bee_scaffold.dart';
|
|
|
|
import 'package:aku_community/widget/bee_scaffold.dart';
|
|
|
|
import 'package:aku_community/widget/buttons/bottom_button.dart';
|
|
|
|
import 'package:aku_community/widget/buttons/bottom_button.dart';
|
|
|
|
|
|
|
|
import 'package:bot_toast/bot_toast.dart';
|
|
|
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
|
|
|
|
|
import 'package:get/get.dart';
|
|
|
|
|
|
|
|
import 'package:power_logger/power_logger.dart';
|
|
|
|
|
|
|
|
import 'package:velocity_x/velocity_x.dart';
|
|
|
|
|
|
|
|
|
|
|
|
class HouseInformationCheckPage extends StatefulWidget {
|
|
|
|
class HouseInformationCheckPage extends StatefulWidget {
|
|
|
|
final SubmitModel submitModel;
|
|
|
|
final SubmitModel submitModel;
|
|
|
@ -46,7 +44,7 @@ class _HouseInformationCheckPageState extends State<HouseInformationCheckPage> {
|
|
|
|
padding: EdgeInsets.only(bottom: 24.w, left: 32.w, right: 32.w),
|
|
|
|
padding: EdgeInsets.only(bottom: 24.w, left: 32.w, right: 32.w),
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
_houseHead(),
|
|
|
|
_houseHead(),
|
|
|
|
_textTile('认定人才类型', HouseFunc.toType[widget.detailModel.type]!),
|
|
|
|
// _textTile('认定人才类型', HouseFunc.toType[widget.detailModel.type]!),
|
|
|
|
_textTile('房屋户型', widget.detailModel.estateType),
|
|
|
|
_textTile('房屋户型', widget.detailModel.estateType),
|
|
|
|
_textTile('房屋结构', widget.detailModel.estateStructure),
|
|
|
|
_textTile('房屋结构', widget.detailModel.estateStructure),
|
|
|
|
_textTile(
|
|
|
|
_textTile(
|
|
|
|