diff --git a/app/components/catalog/AddressDetailBottomSheet.vue b/app/components/catalog/AddressDetailBottomSheet.vue index 71f296f..77aff5e 100644 --- a/app/components/catalog/AddressDetailBottomSheet.vue +++ b/app/components/catalog/AddressDetailBottomSheet.vue @@ -2,84 +2,84 @@
-
+
-
+
-
+
-
-
+
-
-
+
+
- {{ t('profileAddresses.detail.location') }} + {{ t('profileAddresses.detail.location') }}
-
- +
+ {{ address.address }}
-
- +
+ {{ address.latitude.toFixed(6) }}, {{ address.longitude.toFixed(6) }}
-
-
+
+
- {{ t('profileAddresses.detail.map') }} + {{ t('profileAddresses.detail.map') }}
-
+
- @@ -115,8 +115,8 @@
-
-
+
+
diff --git a/app/components/catalog/OrderDetailBottomSheet.vue b/app/components/catalog/OrderDetailBottomSheet.vue index 95b821b..e6b5463 100644 --- a/app/components/catalog/OrderDetailBottomSheet.vue +++ b/app/components/catalog/OrderDetailBottomSheet.vue @@ -2,40 +2,40 @@
-
+
-
+
-
+