修改房间选择 详情不更改bug 以及部分样式
This commit is contained in:
@@ -405,6 +405,8 @@ class EditAddressPage extends GetView<AddressController>
|
||||
0),
|
||||
child:
|
||||
TextFormField(
|
||||
initialValue:
|
||||
address['name'],
|
||||
onChanged:
|
||||
(value) {
|
||||
controller.model.name =
|
||||
@@ -495,7 +497,6 @@ class EditAddressPage extends GetView<AddressController>
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
].divide(const SizedBox(
|
||||
width: 15)),
|
||||
),
|
||||
@@ -589,6 +590,8 @@ class EditAddressPage extends GetView<AddressController>
|
||||
0),
|
||||
child:
|
||||
TextFormField(
|
||||
initialValue:
|
||||
address['tel'],
|
||||
onChanged:
|
||||
(value) {
|
||||
controller.model.tel =
|
||||
|
||||
Reference in New Issue
Block a user