更改分享和解绑消息弹窗

This commit is contained in:
czz
2025-08-26 17:56:36 +08:00
parent 5ac6c891b3
commit daf782bf9f
10 changed files with 407 additions and 90 deletions

View File

@@ -907,11 +907,11 @@ class EditAddressPage extends GetView<AddressController>
TextFormField(
// autofocus: true,
onChanged:
(val) {
(value) {
controller
.model
.address =
val;
value;
},
initialValue:
address[