pull/1/head
张萌 3 years ago
commit c66fbdb811

@ -4,7 +4,7 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application android:name="io.flutter.app.FlutterApplication" android:label="小蜜蜂" android:icon="@mipmap/ic_launcher" android:networkSecurityConfig="@xml/network_security_config">
<application android:label="小蜜蜂" android:icon="@mipmap/ic_launcher" android:networkSecurityConfig="@xml/network_security_config">
<service android:name="com.amap.api.location.APSService"></service>
<meta-data android:name="com.amap.api.v2.apikey"
android:value="f6361c0537bf2d6ddb898b10618d3726"/>

@ -131,7 +131,7 @@ class _PublishWorkOrderPageState extends State<PublishWorkOrderPage> {
estateId: 1,
workOrderTypeId: _types[_typeIndex].id,
reserveDate: _appointDate.toString(),
reserveAddress: _appointEndDate.toString(),
reserveAddress: _addressController.text.toString(),
content: _remark,
imgUrls: imgUrls);
if (re) {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save